Html Css Color HEX #C87930 Bronze

📋 copy color: '#C87930'

red 200 ◦ green 121 ◦ blue 48

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

Shades of Bronze #C87930

Tints of Bronze #C87930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.01%

R = 54.2%
G = 32.79%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C87930 (or 0xC87930) is known color: Bronze. HEX triplet: C8, 79 and 30. RGB value is (200,121,48). Sum of RGB (Red+Green+Blue) = 200+121+48=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C87930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87930 is #3786CF. Grayscale: #888888. Windows color (decimal): -3638992 or 3176904. OLE color: 3176904.

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

Color convert

RGB 200 121 48 -
CMYK 0 0.39 0.76 0.22
HSL 28.82º 0.61% 0.49% -
HSV(B) 28.82º 0.76% 0.78% -
XYZ 31.19 26.17 6.2 -
YUV 136.3 78.17 173.44 -
System Red Green Blue C M Y K H S L
Decimal 200 121 48 0 0.39 0.76 0.22 28.82 0.61 0.49
Hex C8 79 30 0 27 4C 16 1D 3D 31
Octal 310 171 60 0 47 114 26 35 75 61
Binary 11001000 1111001 110000 0 100111 1001100 10110 11101 111101 110001

Color Harmonies of #C87930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87930

Black with #C87930

Text Example


Text Example

White with #C87930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87930; }

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

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

background-color css

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

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

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

border-color css

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

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

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