Html Css Color HEX #CF8037 Bronze

📋 copy color: '#CF8037'

red 207 ◦ green 128 ◦ blue 55

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

Shades of Bronze #CF8037

Tints of Bronze #CF8037

RGB

 RED value IS 207 (81.25% from 255) = 53.08%

 GREEN value IS 128 (50.39% from 255) = 32.82%

 BLUE value IS 55 (21.88% from 255) = 14.1%

R = 53.08%
G = 32.82%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF8037 (or 0xCF8037) is known color: Bronze. HEX triplet: CF, 80 and 37. RGB value is (207,128,55). Sum of RGB (Red+Green+Blue) = 207+128+55=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8037 is #307FC8. Grayscale: #8F8F8F. Windows color (decimal): -3178441 or 3637455. OLE color: 3637455.

HSL color Cylindrical-coordinate representation of color #CF8037: hue angle of 28.82º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF8037 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 128 55 -
CMYK 0 0.38 0.73 0.19
HSL 28.82º 0.61% 0.51% -
HSV(B) 28.82º 0.73% 0.81% -
XYZ 34.14 28.98 7.41 -
YUV 143.3 78.17 173.44 -
System Red Green Blue C M Y K H S L
Decimal 207 128 55 0 0.38 0.73 0.19 28.82 0.61 0.51
Hex CF 80 37 0 26 49 13 1D 3D 33
Octal 317 200 67 0 46 111 23 35 75 63
Binary 11001111 10000000 110111 0 100110 1001001 10011 11101 111101 110011

Color Harmonies of #CF8037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8037

Black with #CF8037

Text Example


Text Example

White with #CF8037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8037; }

 p { color: rgb(207,128,55); }

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

background-color css

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

 a { background-color: rgb(207,128,55); }

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

border-color css

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

 span { border-color: rgb(207,128,55); }

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