#261A18

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

Shades of Seal Brown #261A18

Tints of Seal Brown #261A18

Color information

#261A18 (or 0x261A18) is unknown color: approx Seal Brown. HEX triplet: 26, 1A and 18. RGB value is (38,26,24). Sum of RGB (Red+Green+Blue) = 38+26+24=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 24 (9.77% from 255 or 27.27% from 88); Max value from RGB is 38 - color contains mainly: red. Hex color #261A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261A18 is #D9E5E7. Grayscale: #1D1D1D. Windows color (decimal): -14280168 or 1579558. OLE color: 1579558.

HSL color Cylindrical-coordinate representation of color #261A18: hue angle of 8.57º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #261A18 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.85.

Color convert

RGB382624-
CMYK00.320.370.85
HSL8.57º22.58%12.16%-
HSV(B)8.57º36.84%14.9%-
XYZ1.331.221.03-
YUV29.36124.98134.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 43.18%
GREEN value IS 26 (10.55% from 255) = 29.55%
BLUE value IS 24 (9.77% from 255) = 27.27%
R=43.18%
G=29.55%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38262400.320.370.858.5722.5812.16
Hex261A180202555917c
Octal46323004045125112714
Binary1001101101011000010000010010110101011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261A18; }

 p { color: rgb(38,26,24); }

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

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

 a { background-color: rgb(38,26,24); }

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

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

 span { border-color: rgb(38,26,24); }

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