Html Css Color HEX #CF7720 Ochre

📋 copy color: '#CF7720'

red 207 ◦ green 119 ◦ blue 32

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

Shades of Ochre #CF7720

Tints of Ochre #CF7720

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.24%

 BLUE value IS 32 (12.89% from 255) = 8.94%

R = 57.82%
G = 33.24%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF7720 (or 0xCF7720) is known color: Ochre. HEX triplet: CF, 77 and 20. RGB value is (207,119,32). Sum of RGB (Red+Green+Blue) = 207+119+32=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7720 is #3088DF. Grayscale: #878787. Windows color (decimal): -3180768 or 2127823. OLE color: 2127823.

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

Color convert

RGB 207 119 32 -
CMYK 0 0.43 0.85 0.19
HSL 29.83º 0.73% 0.47% -
HSV(B) 29.83º 0.85% 0.81% -
XYZ 32.59 26.56 4.78 -
YUV 135.39 69.65 179.07 -
System Red Green Blue C M Y K H S L
Decimal 207 119 32 0 0.43 0.85 0.19 29.83 0.73 0.47
Hex CF 77 20 0 2B 55 13 1E 49 2F
Octal 317 167 40 0 53 125 23 36 111 57
Binary 11001111 1110111 100000 0 101011 1010101 10011 11110 1001001 101111

Color Harmonies of #CF7720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7720

Black with #CF7720

Text Example


Text Example

White with #CF7720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7720; }

 p { color: rgb(207,119,32); }

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

background-color css

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

 a { background-color: rgb(207,119,32); }

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

border-color css

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

 span { border-color: rgb(207,119,32); }

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