Html Css Color HEX #CF7122 Ochre

📋 copy color: '#CF7122'

red 207 ◦ green 113 ◦ blue 34

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

Shades of Ochre #CF7122

Tints of Ochre #CF7122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.92%

 BLUE value IS 34 (13.67% from 255) = 9.6%

R = 58.47%
G = 31.92%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF7122 (or 0xCF7122) is known color: Ochre. HEX triplet: CF, 71 and 22. RGB value is (207,113,34). Sum of RGB (Red+Green+Blue) = 207+113+34=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7122 is #308EDD. Grayscale: #848484. Windows color (decimal): -3182302 or 2257359. OLE color: 2257359.

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

Color convert

RGB 207 113 34 -
CMYK 0 0.45 0.84 0.19
HSL 27.4º 0.72% 0.47% -
HSV(B) 27.4º 0.84% 0.81% -
XYZ 31.93 25.19 4.69 -
YUV 132.1 72.64 181.42 -
System Red Green Blue C M Y K H S L
Decimal 207 113 34 0 0.45 0.84 0.19 27.4 0.72 0.47
Hex CF 71 22 0 2D 54 13 1B 48 2F
Octal 317 161 42 0 55 124 23 33 110 57
Binary 11001111 1110001 100010 0 101101 1010100 10011 11011 1001000 101111

Color Harmonies of #CF7122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7122

Black with #CF7122

Text Example


Text Example

White with #CF7122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7122; }

 p { color: rgb(207,113,34); }

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

background-color css

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

 a { background-color: rgb(207,113,34); }

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

border-color css

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

 span { border-color: rgb(207,113,34); }

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