Html Css Color HEX #CF7D35 Bronze

📋 copy color: '#CF7D35'

red 207 ◦ green 125 ◦ blue 53

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

Shades of Bronze #CF7D35

Tints of Bronze #CF7D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.77%

R = 53.77%
G = 32.47%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF7D35 (or 0xCF7D35) is known color: Bronze. HEX triplet: CF, 7D and 35. RGB value is (207,125,53). Sum of RGB (Red+Green+Blue) = 207+125+53=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7D35 is #3082CA. Grayscale: #8D8D8D. Windows color (decimal): -3179211 or 3505615. OLE color: 3505615.

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

Color convert

RGB 207 125 53 -
CMYK 0 0.40 0.74 0.19
HSL 28.05º 0.62% 0.51% -
HSV(B) 28.05º 0.74% 0.81% -
XYZ 33.71 28.19 7.03 -
YUV 141.31 78.17 174.85 -
System Red Green Blue C M Y K H S L
Decimal 207 125 53 0 0.40 0.74 0.19 28.05 0.62 0.51
Hex CF 7D 35 0 28 4A 13 1C 3E 33
Octal 317 175 65 0 50 112 23 34 76 63
Binary 11001111 1111101 110101 0 101000 1001010 10011 11100 111110 110011

Color Harmonies of #CF7D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D35

Black with #CF7D35

Text Example


Text Example

White with #CF7D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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