Html Css Color HEX #CF7D32 Bronze

📋 copy color: '#CF7D32'

red 207 ◦ green 125 ◦ blue 50

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

Shades of Bronze #CF7D32

Tints of Bronze #CF7D32

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.72%

 BLUE value IS 50 (19.92% from 255) = 13.09%

R = 54.19%
G = 32.72%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF7D32 (or 0xCF7D32) is known color: Bronze. HEX triplet: CF, 7D and 32. RGB value is (207,125,50). Sum of RGB (Red+Green+Blue) = 207+125+50=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7D32 is #3082CD. Grayscale: #8D8D8D. Windows color (decimal): -3179214 or 3309007. OLE color: 3309007.

HSL color Cylindrical-coordinate representation of color #CF7D32: hue angle of 28.66º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF7D32 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 125 50 -
CMYK 0 0.40 0.76 0.19
HSL 28.66º 0.62% 0.5% -
HSV(B) 28.66º 0.76% 0.81% -
XYZ 33.64 28.16 6.68 -
YUV 140.97 76.67 175.1 -
System Red Green Blue C M Y K H S L
Decimal 207 125 50 0 0.40 0.76 0.19 28.66 0.62 0.5
Hex CF 7D 32 0 28 4C 13 1D 3E 32
Octal 317 175 62 0 50 114 23 35 76 62
Binary 11001111 1111101 110010 0 101000 1001100 10011 11101 111110 110010

Color Harmonies of #CF7D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D32

Black with #CF7D32

Text Example


Text Example

White with #CF7D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D32; }

 p { color: rgb(207,125,50); }

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

background-color css

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

 a { background-color: rgb(207,125,50); }

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

border-color css

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

 span { border-color: rgb(207,125,50); }

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