#261A1A

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

Shades of Seal Brown #261A1A

Tints of Seal Brown #261A1A

Color information

#261A1A (or 0x261A1A) is unknown color: approx Seal Brown. HEX triplet: 26, 1A and 1A. RGB value is (38,26,26). Sum of RGB (Red+Green+Blue) = 38+26+26=90 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.22% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 38 - color contains mainly: red. Hex color #261A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261A1A is #D9E5E5. Grayscale: #1D1D1D. Windows color (decimal): -14280166 or 1710630. OLE color: 1710630.

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

Color convert

RGB382626-
CMYK00.320.320.85
HSL18.75%12.55%-
HSV(B)31.58%14.9%-
XYZ1.361.231.14-
YUV29.59125.98134-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.22%
GREEN value IS 26 (10.55% from 255) = 28.89%
BLUE value IS 26 (10.55% from 255) = 28.89%
R=42.22%
G=28.89%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38262600.320.320.85018.7512.55
Hex261A1A0202055013d
Octal4632320404012502315
Binary1001101101011010010000010000010101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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