#C27E1A

Color #C27E1A Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C27E1A

Tints of Ochre #C27E1A

Color information

#C27E1A (or 0xC27E1A) is unknown color: approx Ochre. HEX triplet: C2, 7E and 1A. RGB value is (194,126,26). Sum of RGB (Red+Green+Blue) = 194+126+26=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27E1A is #3D81E5. Grayscale: #878787. Windows color (decimal): -4030950 or 1736386. OLE color: 1736386.

HSL color Cylindrical-coordinate representation of color #C27E1A: hue angle of 35.71º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C27E1A is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB19412626-
CMYK00.350.870.24
HSL35.71º76.36%43.14%-
HSV(B)35.71º86.6%76.08%-
XYZ29.926.474.51-
YUV134.9366.53170.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.07%
GREEN value IS 126 (49.61% from 255) = 36.42%
BLUE value IS 26 (10.55% from 255) = 7.51%
R=56.07%
G=36.42%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941262600.350.870.2435.7176.3643.14
HexC27E1A0235718244c2b
Octal30217632043127304411453
Binary1100001011111101101001000111010111110001001001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E1A; }

 p { color: rgb(194,126,26); }

 H1.HeaderClassName
 {
   color: #C27E1A;
 }
 .AnyTagClassName
 {
   color: #C27E1A;
 }
</style>
background-color css

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

 a { background-color: rgb(194,126,26); }

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

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

 span { border-color: rgb(194,126,26); }

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