#261818

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

Shades of Seal Brown #261818

Tints of Seal Brown #261818

Color information

#261818 (or 0x261818) is unknown color: approx Seal Brown. HEX triplet: 26, 18 and 18. RGB value is (38,24,24). Sum of RGB (Red+Green+Blue) = 38+24+24=86 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.19% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 38 - color contains mainly: red. Hex color #261818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261818 is #D9E7E7. Grayscale: #1C1C1C. Windows color (decimal): -14280680 or 1579046. OLE color: 1579046.

HSL color Cylindrical-coordinate representation of color #261818: hue angle of 0º 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 #261818 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.85.

Color convert

RGB382424-
CMYK00.370.370.85
HSL22.58%12.16%-
HSV(B)36.84%14.9%-
XYZ1.291.131.01-
YUV28.19125.64135-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 44.19%
GREEN value IS 24 (9.77% from 255) = 27.91%
BLUE value IS 24 (9.77% from 255) = 27.91%
R=44.19%
G=27.91%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38242400.370.370.85022.5812.16
Hex2618180252555017c
Octal4630300454512502714
Binary1001101100011000010010110010110101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261818; }

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

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

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

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

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

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

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

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