Html Css Color HEX #CF7409 Ochre

📋 copy color: '#CF7409'

red 207 ◦ green 116 ◦ blue 9

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

Shades of Ochre #CF7409

Tints of Ochre #CF7409

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.94%

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

R = 62.35%
G = 34.94%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF7409 (or 0xCF7409) is known color: Ochre. HEX triplet: CF, 74 and 09. RGB value is (207,116,9). Sum of RGB (Red+Green+Blue) = 207+116+9=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7409 is #308BF6. Grayscale: #838383. Windows color (decimal): -3181559 or 619727. OLE color: 619727.

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

Color convert

RGB 207 116 9 -
CMYK 0 0.44 0.96 0.19
HSL 32.42º 0.92% 0.42% -
HSV(B) 32.42º 0.96% 0.81% -
XYZ 32.03 25.78 3.55 -
YUV 131.01 59.15 182.2 -
System Red Green Blue C M Y K H S L
Decimal 207 116 9 0 0.44 0.96 0.19 32.42 0.92 0.42
Hex CF 74 9 0 2C 60 13 20 5C 2A
Octal 317 164 11 0 54 140 23 40 134 52
Binary 11001111 1110100 1001 0 101100 1100000 10011 100000 1011100 101010

Color Harmonies of #CF7409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7409

Black with #CF7409

Text Example


Text Example

White with #CF7409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7409; }

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

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

background-color css

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

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

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

border-color css

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

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

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