Html Css Color HEX #C27113 Ochre

📋 copy color: '#C27113'

red 194 ◦ green 113 ◦ blue 19

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

Shades of Ochre #C27113

Tints of Ochre #C27113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.83%

R = 59.51%
G = 34.66%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C27113 (or 0xC27113) is known color: Ochre. HEX triplet: C2, 71 and 13. RGB value is (194,113,19). Sum of RGB (Red+Green+Blue) = 194+113+19=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C27113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27113 is #3D8EEC. Grayscale: #7E7E7E. Windows color (decimal): -4034285 or 1274306. OLE color: 1274306.

HSL color Cylindrical-coordinate representation of color #C27113: hue angle of 32.23º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C27113 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 113 19 -
CMYK 0 0.42 0.90 0.24
HSL 32.23º 0.82% 0.42% -
HSV(B) 32.23º 0.9% 0.76% -
XYZ 28.27 23.33 3.63 -
YUV 126.5 67.34 176.14 -
System Red Green Blue C M Y K H S L
Decimal 194 113 19 0 0.42 0.90 0.24 32.23 0.82 0.42
Hex C2 71 13 0 2A 5A 18 20 52 2A
Octal 302 161 23 0 52 132 30 40 122 52
Binary 11000010 1110001 10011 0 101010 1011010 11000 100000 1010010 101010

Color Harmonies of #C27113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27113

Black with #C27113

Text Example


Text Example

White with #C27113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27113; }

 p { color: rgb(194,113,19); }

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

background-color css

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

 a { background-color: rgb(194,113,19); }

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

border-color css

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

 span { border-color: rgb(194,113,19); }

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