#260D02

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

Shades of Seal Brown #260D02

Tints of Seal Brown #260D02

Color information

#260D02 (or 0x260D02) is unknown color: approx Seal Brown. HEX triplet: 26, 0D and 02. RGB value is (38,13,2). Sum of RGB (Red+Green+Blue) = 38+13+2=53 (7% of max value = 765). Red value is 38 (15.23% from 255 or 71.70% from 53); Green value is 13 (5.47% from 255 or 24.53% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 38 - color contains mainly: red. Hex color #260D02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260D02 is #D9F2FD. Grayscale: #131313. Windows color (decimal): -14283518 or 134438. OLE color: 134438.

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

Color convert

RGB38132-
CMYK00.660.950.85
HSL18.33º90%7.84%-
HSV(B)18.33º94.74%14.9%-
XYZ0.950.70.14-
YUV19.22118.28141.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 71.70%
GREEN value IS 13 (5.47% from 255) = 24.53%
BLUE value IS 2 (1.17% from 255) = 3.77%
R=71.70%
G=24.53%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3813200.660.950.8518.33907.84
Hex26D20425F55125a8
Octal4615201021371252213210
Binary10011011011001000010101111110101011001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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