#261612

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

Shades of Seal Brown #261612

Tints of Seal Brown #261612

Color information

#261612 (or 0x261612) is unknown color: approx Seal Brown. HEX triplet: 26, 16 and 12. RGB value is (38,22,18). Sum of RGB (Red+Green+Blue) = 38+22+18=78 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.72% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 38 - color contains mainly: red. Hex color #261612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261612 is #D9E9ED. Grayscale: #1A1A1A. Windows color (decimal): -14281198 or 1185318. OLE color: 1185318.

HSL color Cylindrical-coordinate representation of color #261612: hue angle of 12º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #261612 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB382218-
CMYK00.420.530.85
HSL12º35.71%10.98%-
HSV(B)12º52.63%14.9%-
XYZ1.21.030.71-
YUV26.33123.3136.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 48.72%
GREEN value IS 22 (8.98% from 255) = 28.21%
BLUE value IS 18 (7.42% from 255) = 23.08%
R=48.72%
G=28.21%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38221800.420.530.851235.7110.98
Hex26161202A3555c24b
Octal46262205265125144413
Binary10011010110100100101010110101101010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261612; }

 p { color: rgb(38,22,18); }

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

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

 a { background-color: rgb(38,22,18); }

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

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

 span { border-color: rgb(38,22,18); }

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