Html Css Color HEX #CF711B Ochre

📋 copy color: '#CF711B'

red 207 ◦ green 113 ◦ blue 27

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

Shades of Ochre #CF711B

Tints of Ochre #CF711B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.78%

R = 59.65%
G = 32.56%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF711B (or 0xCF711B) is known color: Ochre. HEX triplet: CF, 71 and 1B. RGB value is (207,113,27). Sum of RGB (Red+Green+Blue) = 207+113+27=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF711B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF711B is #308EE4. Grayscale: #838383. Windows color (decimal): -3182309 or 1798607. OLE color: 1798607.

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

Color convert

RGB 207 113 27 -
CMYK 0 0.45 0.87 0.19
HSL 28.67º 0.77% 0.46% -
HSV(B) 28.67º 0.87% 0.81% -
XYZ 31.84 25.15 4.21 -
YUV 131.3 69.14 181.99 -
System Red Green Blue C M Y K H S L
Decimal 207 113 27 0 0.45 0.87 0.19 28.67 0.77 0.46
Hex CF 71 1B 0 2D 57 13 1D 4D 2E
Octal 317 161 33 0 55 127 23 35 115 56
Binary 11001111 1110001 11011 0 101101 1010111 10011 11101 1001101 101110

Color Harmonies of #CF711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF711B

Black with #CF711B

Text Example


Text Example

White with #CF711B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF711B; }

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

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

background-color css

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

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

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

border-color css

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

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

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