#260D0B

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

Shades of Seal Brown #260D0B

Tints of Seal Brown #260D0B

Color information

#260D0B (or 0x260D0B) is unknown color: approx Seal Brown. HEX triplet: 26, 0D and 0B. RGB value is (38,13,11). Sum of RGB (Red+Green+Blue) = 38+13+11=62 (8% of max value = 765). Red value is 38 (15.23% from 255 or 61.29% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 38 - color contains mainly: red. Hex color #260D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260D0B is #D9F2F4. Grayscale: #141414. Windows color (decimal): -14283509 or 724262. OLE color: 724262.

HSL color Cylindrical-coordinate representation of color #260D0B: hue angle of 4.44º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #260D0B is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.85.

Color convert

RGB381311-
CMYK00.660.710.85
HSL4.44º55.1%9.61%-
HSV(B)4.44º71.05%14.9%-
XYZ10.720.4-
YUV20.25122.78140.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 61.29%
GREEN value IS 13 (5.47% from 255) = 20.97%
BLUE value IS 11 (4.69% from 255) = 17.74%
R=61.29%
G=20.97%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38131100.660.710.854.4455.19.61
Hex26DB0424755437a
Octal461513010210712546712
Binary1001101101101101000010100011110101011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260D0B; }

 p { color: rgb(38,13,11); }

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

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

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

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

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

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

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