Html Css Color HEX #CD7F32 Bronze

📋 copy color: '#CD7F32'

red 205 ◦ green 127 ◦ blue 50

#CD7F32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze #CD7F32

Tints of Bronze #CD7F32

RGB

 RED value IS 205 (80.47% from 255) = 53.66%

 GREEN value IS 127 (50% from 255) = 33.25%

 BLUE value IS 50 (19.92% from 255) = 13.09%

R = 53.66%
G = 33.25%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CD7F32 (or 0xCD7F32) is known color: Bronze. HEX triplet: CD, 7F and 32. RGB value is (205,127,50). Sum of RGB (Red+Green+Blue) = 205+127+50=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7F32 is #3280CD. Grayscale: #8D8D8D. Windows color (decimal): -3309774 or 3309517. OLE color: 3309517.

HSL color Cylindrical-coordinate representation of color #CD7F32: hue angle of 29.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD7F32 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 127 50 -
CMYK 0 0.38 0.76 0.20
HSL 29.81º 0.61% 0.5% -
HSV(B) 29.81º 0.76% 0.8% -
XYZ 33.34 28.39 6.74 -
YUV 141.54 76.34 173.26 -
System Red Green Blue C M Y K H S L
Decimal 205 127 50 0 0.38 0.76 0.20 29.81 0.61 0.5
Hex CD 7F 32 0 26 4C 14 1E 3D 32
Octal 315 177 62 0 46 114 24 36 75 62
Binary 11001101 1111111 110010 0 100110 1001100 10100 11110 111101 110010

Color Harmonies of #CD7F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7F32

Black with #CD7F32

Text Example


Text Example

White with #CD7F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7F32; }

 p { color: rgb(205,127,50); }

 H1.HeaderClassName
 {
   color: #CD7F32;
 }
 .AnyTagClassName
 {
   color: #CD7F32;
 }
</style>

background-color css

<style>
 a { background-color: #CD7F32; }

 a { background-color: rgb(205,127,50); }

 div.DivClassName
 {
   background-color: #CD7F32;
 }
 .BgClassName
 {
   background-color: #CD7F32;
 }
</style>

border-color css

<style>
 span { border-color: #CD7F32; }

 span { border-color: rgb(205,127,50); }

 td.TdClassName
 {
   border-color: #CD7F32;
 }
 .TagClassName
 {
   border-color: #CD7F32;
 }
</style>