Html Css Color HEX #CF740E Ochre

📋 copy color: '#CF740E'

red 207 ◦ green 116 ◦ blue 14

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

Shades of Ochre #CF740E

Tints of Ochre #CF740E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.15%

R = 61.42%
G = 34.42%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF740E (or 0xCF740E) is known color: Ochre. HEX triplet: CF, 74 and 0E. RGB value is (207,116,14). Sum of RGB (Red+Green+Blue) = 207+116+14=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF740E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF740E is #308BF1. Grayscale: #848484. Windows color (decimal): -3181554 or 947407. OLE color: 947407.

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

Color convert

RGB 207 116 14 -
CMYK 0 0.44 0.93 0.19
HSL 31.71º 0.87% 0.43% -
HSV(B) 31.71º 0.93% 0.81% -
XYZ 32.06 25.79 3.7 -
YUV 131.58 61.65 181.79 -
System Red Green Blue C M Y K H S L
Decimal 207 116 14 0 0.44 0.93 0.19 31.71 0.87 0.43
Hex CF 74 E 0 2C 5D 13 20 57 2B
Octal 317 164 16 0 54 135 23 40 127 53
Binary 11001111 1110100 1110 0 101100 1011101 10011 100000 1010111 101011

Color Harmonies of #CF740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF740E

Black with #CF740E

Text Example


Text Example

White with #CF740E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF740E; }

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

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

background-color css

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

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

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

border-color css

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

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

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