Html Css Color HEX #CD7831 Bronze

📋 copy color: '#CD7831'

red 205 ◦ green 120 ◦ blue 49

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

Shades of Bronze #CD7831

Tints of Bronze #CD7831

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.09%

 BLUE value IS 49 (19.53% from 255) = 13.1%

R = 54.81%
G = 32.09%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CD7831 (or 0xCD7831) is known color: Bronze. HEX triplet: CD, 78 and 31. RGB value is (205,120,49). Sum of RGB (Red+Green+Blue) = 205+120+49=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7831 is #3287CE. Grayscale: #898989. Windows color (decimal): -3311567 or 3242189. OLE color: 3242189.

HSL color Cylindrical-coordinate representation of color #CD7831: hue angle of 27.31º 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 #CD7831 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 120 49 -
CMYK 0 0.41 0.76 0.20
HSL 27.31º 0.61% 0.5% -
HSV(B) 27.31º 0.76% 0.8% -
XYZ 32.45 26.63 6.34 -
YUV 137.32 78.16 176.27 -
System Red Green Blue C M Y K H S L
Decimal 205 120 49 0 0.41 0.76 0.20 27.31 0.61 0.5
Hex CD 78 31 0 29 4C 14 1B 3D 32
Octal 315 170 61 0 51 114 24 33 75 62
Binary 11001101 1111000 110001 0 101001 1001100 10100 11011 111101 110010

Color Harmonies of #CD7831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7831

Black with #CD7831

Text Example


Text Example

White with #CD7831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7831; }

 p { color: rgb(205,120,49); }

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

background-color css

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

 a { background-color: rgb(205,120,49); }

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

border-color css

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

 span { border-color: rgb(205,120,49); }

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