Html Css Color HEX #CF7539 Zest

📋 copy color: '#CF7539'

red 207 ◦ green 117 ◦ blue 57

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

Shades of Zest #CF7539

Tints of Zest #CF7539

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.71%

 BLUE value IS 57 (22.66% from 255) = 14.96%

R = 54.33%
G = 30.71%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF7539 (or 0xCF7539) is known color: Zest. HEX triplet: CF, 75 and 39. RGB value is (207,117,57). Sum of RGB (Red+Green+Blue) = 207+117+57=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7539 is #308AC6. Grayscale: #898989. Windows color (decimal): -3181255 or 3765711. OLE color: 3765711.

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

Color convert

RGB 207 117 57 -
CMYK 0 0.43 0.72 0.19
HSL 24º 0.61% 0.52% -
HSV(B) 24º 0.72% 0.81% -
XYZ 32.83 26.28 7.21 -
YUV 137.07 82.82 177.88 -
System Red Green Blue C M Y K H S L
Decimal 207 117 57 0 0.43 0.72 0.19 24 0.61 0.52
Hex CF 75 39 0 2B 48 13 18 3D 34
Octal 317 165 71 0 53 110 23 30 75 64
Binary 11001111 1110101 111001 0 101011 1001000 10011 11000 111101 110100

Color Harmonies of #CF7539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7539

Black with #CF7539

Text Example


Text Example

White with #CF7539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7539; }

 p { color: rgb(207,117,57); }

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

background-color css

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

 a { background-color: rgb(207,117,57); }

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

border-color css

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

 span { border-color: rgb(207,117,57); }

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