Html Css Color HEX #CF7520 Ochre

📋 copy color: '#CF7520'

red 207 ◦ green 117 ◦ blue 32

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

Shades of Ochre #CF7520

Tints of Ochre #CF7520

RGB

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

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

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

R = 58.15%
G = 32.87%
B = 8.99%

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

#CF7520 (or 0xCF7520) is known color: Ochre. HEX triplet: CF, 75 and 20. RGB value is (207,117,32). Sum of RGB (Red+Green+Blue) = 207+117+32=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7520 is #308ADF. Grayscale: #868686. Windows color (decimal): -3181280 or 2127311. OLE color: 2127311.

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

Color convert

RGB 207 117 32 -
CMYK 0 0.43 0.85 0.19
HSL 29.14º 0.73% 0.47% -
HSV(B) 29.14º 0.85% 0.81% -
XYZ 32.35 26.09 4.7 -
YUV 134.22 70.32 179.91 -
System Red Green Blue C M Y K H S L
Decimal 207 117 32 0 0.43 0.85 0.19 29.14 0.73 0.47
Hex CF 75 20 0 2B 55 13 1D 49 2F
Octal 317 165 40 0 53 125 23 35 111 57
Binary 11001111 1110101 100000 0 101011 1010101 10011 11101 1001001 101111

Color Harmonies of #CF7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7520

Black with #CF7520

Text Example


Text Example

White with #CF7520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7520; }

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

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

background-color css

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

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

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

border-color css

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

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

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