Html Css Color HEX #CF711F Ochre

📋 copy color: '#CF711F'

red 207 ◦ green 113 ◦ blue 31

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

Shades of Ochre #CF711F

Tints of Ochre #CF711F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.83%

R = 58.97%
G = 32.19%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF711F (or 0xCF711F) is known color: Ochre. HEX triplet: CF, 71 and 1F. RGB value is (207,113,31). Sum of RGB (Red+Green+Blue) = 207+113+31=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF711F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF711F is #308EE0. Grayscale: #848484. Windows color (decimal): -3182305 or 2060751. OLE color: 2060751.

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

Color convert

RGB 207 113 31 -
CMYK 0 0.45 0.85 0.19
HSL 27.95º 0.74% 0.47% -
HSV(B) 27.95º 0.85% 0.81% -
XYZ 31.88 25.17 4.48 -
YUV 131.76 71.14 181.67 -
System Red Green Blue C M Y K H S L
Decimal 207 113 31 0 0.45 0.85 0.19 27.95 0.74 0.47
Hex CF 71 1F 0 2D 55 13 1C 4A 2F
Octal 317 161 37 0 55 125 23 34 112 57
Binary 11001111 1110001 11111 0 101101 1010101 10011 11100 1001010 101111

Color Harmonies of #CF711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF711F

Black with #CF711F

Text Example


Text Example

White with #CF711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF711F; }

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

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

background-color css

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

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

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

border-color css

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

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

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