Html Css Color HEX #C27511 Ochre

📋 copy color: '#C27511'

red 194 ◦ green 117 ◦ blue 17

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

Shades of Ochre #C27511

Tints of Ochre #C27511

RGB

 RED value IS 194 (76.17% from 255) = 59.15%

 GREEN value IS 117 (46.09% from 255) = 35.67%

 BLUE value IS 17 (7.03% from 255) = 5.18%

R = 59.15%
G = 35.67%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C27511 (or 0xC27511) is known color: Ochre. HEX triplet: C2, 75 and 11. RGB value is (194,117,17). Sum of RGB (Red+Green+Blue) = 194+117+17=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C27511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27511 is #3D8AEE. Grayscale: #818181. Windows color (decimal): -4033263 or 1144258. OLE color: 1144258.

HSL color Cylindrical-coordinate representation of color #C27511: hue angle of 33.9º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C27511 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 117 17 -
CMYK 0 0.40 0.91 0.24
HSL 33.9º 0.84% 0.41% -
HSV(B) 33.9º 0.91% 0.76% -
XYZ 28.71 24.23 3.69 -
YUV 128.62 65.01 174.63 -
System Red Green Blue C M Y K H S L
Decimal 194 117 17 0 0.40 0.91 0.24 33.9 0.84 0.41
Hex C2 75 11 0 28 5B 18 22 54 29
Octal 302 165 21 0 50 133 30 42 124 51
Binary 11000010 1110101 10001 0 101000 1011011 11000 100010 1010100 101001

Color Harmonies of #C27511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27511

Black with #C27511

Text Example


Text Example

White with #C27511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27511; }

 p { color: rgb(194,117,17); }

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

background-color css

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

 a { background-color: rgb(194,117,17); }

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

border-color css

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

 span { border-color: rgb(194,117,17); }

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