Html Css Color HEX #CF7936 Bronze

📋 copy color: '#CF7936'

red 207 ◦ green 121 ◦ blue 54

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

Shades of Bronze #CF7936

Tints of Bronze #CF7936

RGB

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

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

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

R = 54.19%
G = 31.68%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF7936 (or 0xCF7936) is known color: Bronze. HEX triplet: CF, 79 and 36. RGB value is (207,121,54). Sum of RGB (Red+Green+Blue) = 207+121+54=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7936 is #3086C9. Grayscale: #8B8B8B. Windows color (decimal): -3180234 or 3570127. OLE color: 3570127.

HSL color Cylindrical-coordinate representation of color #CF7936: hue angle of 26.27º 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 #CF7936 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 121 54 -
CMYK 0 0.42 0.74 0.19
HSL 26.27º 0.61% 0.51% -
HSV(B) 26.27º 0.74% 0.81% -
XYZ 33.24 27.21 6.99 -
YUV 139.08 79.99 176.45 -
System Red Green Blue C M Y K H S L
Decimal 207 121 54 0 0.42 0.74 0.19 26.27 0.61 0.51
Hex CF 79 36 0 2A 4A 13 1A 3D 33
Octal 317 171 66 0 52 112 23 32 75 63
Binary 11001111 1111001 110110 0 101010 1001010 10011 11010 111101 110011

Color Harmonies of #CF7936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7936

Black with #CF7936

Text Example


Text Example

White with #CF7936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7936; }

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

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

background-color css

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

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

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

border-color css

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

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

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