Html Css Color HEX #C87B32 Bronze

📋 copy color: '#C87B32'

red 200 ◦ green 123 ◦ blue 50

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

Shades of Bronze #C87B32

Tints of Bronze #C87B32

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.98%

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

R = 53.62%
G = 32.98%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C87B32 (or 0xC87B32) is known color: Bronze. HEX triplet: C8, 7B and 32. RGB value is (200,123,50). Sum of RGB (Red+Green+Blue) = 200+123+50=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87B32 is #3784CD. Grayscale: #8A8A8A. Windows color (decimal): -3638478 or 3308488. OLE color: 3308488.

HSL color Cylindrical-coordinate representation of color #C87B32: hue angle of 29.2º 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 #C87B32 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 123 50 -
CMYK 0 0.38 0.75 0.22
HSL 29.2º 0.6% 0.49% -
HSV(B) 29.2º 0.75% 0.78% -
XYZ 31.48 26.68 6.51 -
YUV 137.7 78.51 172.44 -
System Red Green Blue C M Y K H S L
Decimal 200 123 50 0 0.38 0.75 0.22 29.2 0.6 0.49
Hex C8 7B 32 0 26 4B 16 1D 3C 31
Octal 310 173 62 0 46 113 26 35 74 61
Binary 11001000 1111011 110010 0 100110 1001011 10110 11101 111100 110001

Color Harmonies of #C87B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87B32

Black with #C87B32

Text Example


Text Example

White with #C87B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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