Html Css Color HEX #C87A2D Bronze

📋 copy color: '#C87A2D'

red 200 ◦ green 122 ◦ blue 45

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

Shades of Bronze #C87A2D

Tints of Bronze #C87A2D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.24%

 BLUE value IS 45 (17.97% from 255) = 12.26%

R = 54.5%
G = 33.24%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C87A2D (or 0xC87A2D) is known color: Bronze. HEX triplet: C8, 7A and 2D. RGB value is (200,122,45). Sum of RGB (Red+Green+Blue) = 200+122+45=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87A2D is #3785D2. Grayscale: #888888. Windows color (decimal): -3638739 or 2980552. OLE color: 2980552.

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

Color convert

RGB 200 122 45 -
CMYK 0 0.39 0.78 0.22
HSL 29.81º 0.63% 0.48% -
HSV(B) 29.81º 0.78% 0.78% -
XYZ 31.25 26.39 5.93 -
YUV 136.54 76.34 173.26 -
System Red Green Blue C M Y K H S L
Decimal 200 122 45 0 0.39 0.78 0.22 29.81 0.63 0.48
Hex C8 7A 2D 0 27 4E 16 1E 3F 30
Octal 310 172 55 0 47 116 26 36 77 60
Binary 11001000 1111010 101101 0 100111 1001110 10110 11110 111111 110000

Color Harmonies of #C87A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87A2D

Black with #C87A2D

Text Example


Text Example

White with #C87A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87A2D; }

 p { color: rgb(200,122,45); }

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

background-color css

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

 a { background-color: rgb(200,122,45); }

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

border-color css

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

 span { border-color: rgb(200,122,45); }

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