#260D0D

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

Shades of Seal Brown #260D0D

Tints of Seal Brown #260D0D

Color information

#260D0D (or 0x260D0D) is unknown color: approx Seal Brown. HEX triplet: 26, 0D and 0D. RGB value is (38,13,13). Sum of RGB (Red+Green+Blue) = 38+13+13=64 (8% of max value = 765). Red value is 38 (15.23% from 255 or 59.38% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 38 - color contains mainly: red. Hex color #260D0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260D0D is #D9F2F2. Grayscale: #141414. Windows color (decimal): -14283507 or 855334. OLE color: 855334.

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

Color convert

RGB381313-
CMYK00.660.660.85
HSL49.02%10%-
HSV(B)65.79%14.9%-
XYZ1.020.730.47-
YUV20.47123.78140.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 59.38%
GREEN value IS 13 (5.47% from 255) = 20.31%
BLUE value IS 13 (5.47% from 255) = 20.31%
R=59.38%
G=20.31%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38131300.660.660.85049.0210
Hex26DD0424255031a
Octal461515010210212506112
Binary10011011011101010000101000010101010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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