Html Css Color HEX #CF7F36 Bronze

📋 copy color: '#CF7F36'

red 207 ◦ green 127 ◦ blue 54

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

Shades of Bronze #CF7F36

Tints of Bronze #CF7F36

RGB

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

 GREEN value IS 127 (50% from 255) = 32.73%

 BLUE value IS 54 (21.48% from 255) = 13.92%

R = 53.35%
G = 32.73%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF7F36 (or 0xCF7F36) is known color: Bronze. HEX triplet: CF, 7F and 36. RGB value is (207,127,54). Sum of RGB (Red+Green+Blue) = 207+127+54=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7F36 is #3080C9. Grayscale: #8E8E8E. Windows color (decimal): -3178698 or 3571663. OLE color: 3571663.

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

Color convert

RGB 207 127 54 -
CMYK 0 0.39 0.74 0.19
HSL 28.63º 0.61% 0.51% -
HSV(B) 28.63º 0.74% 0.81% -
XYZ 33.99 28.71 7.24 -
YUV 142.6 78 173.94 -
System Red Green Blue C M Y K H S L
Decimal 207 127 54 0 0.39 0.74 0.19 28.63 0.61 0.51
Hex CF 7F 36 0 27 4A 13 1D 3D 33
Octal 317 177 66 0 47 112 23 35 75 63
Binary 11001111 1111111 110110 0 100111 1001010 10011 11101 111101 110011

Color Harmonies of #CF7F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F36

Black with #CF7F36

Text Example


Text Example

White with #CF7F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F36; }

 p { color: rgb(207,127,54); }

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

background-color css

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

 a { background-color: rgb(207,127,54); }

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

border-color css

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

 span { border-color: rgb(207,127,54); }

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