#C26B1F

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

Shades of Ochre #C26B1F

Tints of Ochre #C26B1F

Color information

#C26B1F (or 0xC26B1F) is unknown color: approx Ochre. HEX triplet: C2, 6B and 1F. RGB value is (194,107,31). Sum of RGB (Red+Green+Blue) = 194+107+31=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26B1F is #3D94E0. Grayscale: #7C7C7C. Windows color (decimal): -4035809 or 2059202. OLE color: 2059202.

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

Color convert

RGB19410731-
CMYK00.450.840.24
HSL27.98º72.44%44.12%-
HSV(B)27.98º84.02%76.08%-
XYZ27.7522.084.1-
YUV124.3575.32177.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.43%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 31 (12.5% from 255) = 9.34%
R=58.43%
G=32.23%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941073100.450.840.2427.9872.4444.12
HexC26B1F02D54181c482c
Octal30215337055124303411054
Binary110000101101011111110101101101010011000111001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26B1F; }

 p { color: rgb(194,107,31); }

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

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

 a { background-color: rgb(194,107,31); }

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

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

 span { border-color: rgb(194,107,31); }

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