#260D0C

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

Shades of Seal Brown #260D0C

Tints of Seal Brown #260D0C

Color information

#260D0C (or 0x260D0C) is unknown color: approx Seal Brown. HEX triplet: 26, 0D and 0C. RGB value is (38,13,12). Sum of RGB (Red+Green+Blue) = 38+13+12=63 (8% of max value = 765). Red value is 38 (15.23% from 255 or 60.32% from 63); Green value is 13 (5.47% from 255 or 20.63% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 38 - color contains mainly: red. Hex color #260D0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260D0C is #D9F2F3. Grayscale: #141414. Windows color (decimal): -14283508 or 789798. OLE color: 789798.

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

Color convert

RGB381312-
CMYK00.660.680.85
HSL2.31º52%9.8%-
HSV(B)2.31º68.42%14.9%-
XYZ1.010.730.43-
YUV20.36123.28140.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 60.32%
GREEN value IS 13 (5.47% from 255) = 20.63%
BLUE value IS 12 (5.08% from 255) = 19.05%
R=60.32%
G=20.63%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38131200.660.680.852.31529.8
Hex26DC0424455234a
Octal461514010210412526412
Binary100110110111000100001010001001010101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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