Html Css Color HEX #C8752F Bronze

📋 copy color: '#C8752F'

red 200 ◦ green 117 ◦ blue 47

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

Shades of Bronze #C8752F

Tints of Bronze #C8752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.14%

 BLUE value IS 47 (18.75% from 255) = 12.91%

R = 54.95%
G = 32.14%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8752F (or 0xC8752F) is known color: Bronze. HEX triplet: C8, 75 and 2F. RGB value is (200,117,47). Sum of RGB (Red+Green+Blue) = 200+117+47=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C8752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8752F is #378AD0. Grayscale: #868686. Windows color (decimal): -3640017 or 3110344. OLE color: 3110344.

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

Color convert

RGB 200 117 47 -
CMYK 0 0.42 0.76 0.22
HSL 27.45º 0.62% 0.48% -
HSV(B) 27.45º 0.77% 0.78% -
XYZ 30.69 25.21 5.94 -
YUV 133.84 79 175.19 -
System Red Green Blue C M Y K H S L
Decimal 200 117 47 0 0.42 0.76 0.22 27.45 0.62 0.48
Hex C8 75 2F 0 2A 4C 16 1B 3E 30
Octal 310 165 57 0 52 114 26 33 76 60
Binary 11001000 1110101 101111 0 101010 1001100 10110 11011 111110 110000

Color Harmonies of #C8752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8752F

Black with #C8752F

Text Example


Text Example

White with #C8752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8752F; }

 p { color: rgb(200,117,47); }

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

background-color css

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

 a { background-color: rgb(200,117,47); }

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

border-color css

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

 span { border-color: rgb(200,117,47); }

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