Html Css Color HEX #C87932 Bronze

📋 copy color: '#C87932'

red 200 ◦ green 121 ◦ blue 50

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

Shades of Bronze #C87932

Tints of Bronze #C87932

RGB

 RED value IS 200 (78.52% from 255) = 53.91%

 GREEN value IS 121 (47.66% from 255) = 32.61%

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

R = 53.91%
G = 32.61%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C87932 (or 0xC87932) is known color: Bronze. HEX triplet: C8, 79 and 32. RGB value is (200,121,50). Sum of RGB (Red+Green+Blue) = 200+121+50=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C87932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87932 is #3786CD. Grayscale: #888888. Windows color (decimal): -3638990 or 3307976. OLE color: 3307976.

HSL color Cylindrical-coordinate representation of color #C87932: hue angle of 28.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C87932 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 121 50 -
CMYK 0 0.39 0.75 0.22
HSL 28.4º 0.6% 0.49% -
HSV(B) 28.4º 0.75% 0.78% -
XYZ 31.23 26.18 6.43 -
YUV 136.53 79.17 173.27 -
System Red Green Blue C M Y K H S L
Decimal 200 121 50 0 0.39 0.75 0.22 28.4 0.6 0.49
Hex C8 79 32 0 27 4B 16 1C 3C 31
Octal 310 171 62 0 47 113 26 34 74 61
Binary 11001000 1111001 110010 0 100111 1001011 10110 11100 111100 110001

Color Harmonies of #C87932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87932

Black with #C87932

Text Example


Text Example

White with #C87932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87932; }

 p { color: rgb(200,121,50); }

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

background-color css

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

 a { background-color: rgb(200,121,50); }

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

border-color css

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

 span { border-color: rgb(200,121,50); }

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