Html Css Color HEX #C7711B Ochre

📋 copy color: '#C7711B'

red 199 ◦ green 113 ◦ blue 27

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

Shades of Ochre #C7711B

Tints of Ochre #C7711B

RGB

 RED value IS 199 (78.13% from 255) = 58.7%

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

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

R = 58.7%
G = 33.33%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7711B (or 0xC7711B) is known color: Ochre. HEX triplet: C7, 71 and 1B. RGB value is (199,113,27). Sum of RGB (Red+Green+Blue) = 199+113+27=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C7711B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7711B is #388EE4. Grayscale: #818181. Windows color (decimal): -3706597 or 1798599. OLE color: 1798599.

HSL color Cylindrical-coordinate representation of color #C7711B: hue angle of 30º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7711B is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 113 27 -
CMYK 0 0.43 0.86 0.22
HSL 30º 0.76% 0.44% -
HSV(B) 30º 0.86% 0.78% -
XYZ 29.66 24.03 4.11 -
YUV 128.91 70.49 177.99 -
System Red Green Blue C M Y K H S L
Decimal 199 113 27 0 0.43 0.86 0.22 30 0.76 0.44
Hex C7 71 1B 0 2B 56 16 1E 4C 2C
Octal 307 161 33 0 53 126 26 36 114 54
Binary 11000111 1110001 11011 0 101011 1010110 10110 11110 1001100 101100

Color Harmonies of #C7711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7711B

Black with #C7711B

Text Example


Text Example

White with #C7711B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7711B; }

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

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

background-color css

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

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

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

border-color css

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

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

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