Html Css Color HEX #C27411 Ochre

📋 copy color: '#C27411'

red 194 ◦ green 116 ◦ blue 17

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

Shades of Ochre #C27411

Tints of Ochre #C27411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.47%

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

R = 59.33%
G = 35.47%
B = 5.2%

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

#C27411 (or 0xC27411) is known color: Ochre. HEX triplet: C2, 74 and 11. RGB value is (194,116,17). Sum of RGB (Red+Green+Blue) = 194+116+17=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C27411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27411 is #3D8BEE. Grayscale: #808080. Windows color (decimal): -4033519 or 1144002. OLE color: 1144002.

HSL color Cylindrical-coordinate representation of color #C27411: hue angle of 33.56º 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 #C27411 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 116 17 -
CMYK 0 0.40 0.91 0.24
HSL 33.56º 0.84% 0.41% -
HSV(B) 33.56º 0.91% 0.76% -
XYZ 28.59 24 3.66 -
YUV 128.04 65.34 175.05 -
System Red Green Blue C M Y K H S L
Decimal 194 116 17 0 0.40 0.91 0.24 33.56 0.84 0.41
Hex C2 74 11 0 28 5B 18 22 54 29
Octal 302 164 21 0 50 133 30 42 124 51
Binary 11000010 1110100 10001 0 101000 1011011 11000 100010 1010100 101001

Color Harmonies of #C27411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27411

Black with #C27411

Text Example


Text Example

White with #C27411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27411; }

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

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

background-color css

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

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

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

border-color css

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

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

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