Html Css Color HEX #CF7509 Ochre

📋 copy color: '#CF7509'

red 207 ◦ green 117 ◦ blue 9

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

Shades of Ochre #CF7509

Tints of Ochre #CF7509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.7%

R = 62.16%
G = 35.14%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF7509 (or 0xCF7509) is known color: Ochre. HEX triplet: CF, 75 and 09. RGB value is (207,117,9). Sum of RGB (Red+Green+Blue) = 207+117+9=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 9 (3.91% from 255 or 2.70% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7509 is #308AF6. Grayscale: #848484. Windows color (decimal): -3181303 or 619983. OLE color: 619983.

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

Color convert

RGB 207 117 9 -
CMYK 0 0.43 0.96 0.19
HSL 32.73º 0.92% 0.42% -
HSV(B) 32.73º 0.96% 0.81% -
XYZ 32.14 26.01 3.58 -
YUV 131.6 58.82 181.78 -
System Red Green Blue C M Y K H S L
Decimal 207 117 9 0 0.43 0.96 0.19 32.73 0.92 0.42
Hex CF 75 9 0 2B 60 13 21 5C 2A
Octal 317 165 11 0 53 140 23 41 134 52
Binary 11001111 1110101 1001 0 101011 1100000 10011 100001 1011100 101010

Color Harmonies of #CF7509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7509

Black with #CF7509

Text Example


Text Example

White with #CF7509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7509; }

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

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

background-color css

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

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

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

border-color css

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

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

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