#26130C

Color #26130C Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #26130C

Tints of Seal Brown #26130C

Color information

#26130C (or 0x26130C) is unknown color: approx Seal Brown. HEX triplet: 26, 13 and 0C. RGB value is (38,19,12). Sum of RGB (Red+Green+Blue) = 38+19+12=69 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.07% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 38 - color contains mainly: red. Hex color #26130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26130C is #D9ECF3. Grayscale: #171717. Windows color (decimal): -14281972 or 791334. OLE color: 791334.

HSL color Cylindrical-coordinate representation of color #26130C: hue angle of 16.15º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26130C is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB381912-
CMYK00.500.680.85
HSL16.15º52%9.8%-
HSV(B)16.15º68.42%14.9%-
XYZ1.10.90.46-
YUV23.88121.29138.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 55.07%
GREEN value IS 19 (7.81% from 255) = 27.54%
BLUE value IS 12 (5.08% from 255) = 17.39%
R=55.07%
G=27.54%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38191200.500.680.8516.15529.8
Hex2613C03244551034a
Octal462314062104125206412
Binary100110100111100011001010001001010101100001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26130C; }

 p { color: rgb(38,19,12); }

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

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

 a { background-color: rgb(38,19,12); }

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

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

 span { border-color: rgb(38,19,12); }

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