#260d08

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

Shades of Seal Brown #260D08

Tints of Seal Brown #260D08

Color information

#260D08 (or 0x260D08) is unknown color: approx Seal Brown. HEX triplet: 26, 0D and 08. RGB value is (38,13,8). Sum of RGB (Red+Green+Blue) = 38+13+8=59 (7% of max value = 765). Red value is 38 (15.23% from 255 or 64.41% from 59); Green value is 13 (5.47% from 255 or 22.03% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 38 - color contains mainly: red. Hex color #260D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260D08 is #D9F2F7. Grayscale: #131313. Windows color (decimal): -14283512 or 527654. OLE color: 527654.

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

Color convert

RGB38138-
CMYK00.660.790.85
HSL10º65.22%9.02%-
HSV(B)10º78.95%14.9%-
XYZ0.990.720.32-
YUV19.9121.28140.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 64.41%
GREEN value IS 13 (5.47% from 255) = 22.03%
BLUE value IS 8 (3.52% from 255) = 13.56%
R=64.41%
G=22.03%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3813800.660.790.851065.229.02
Hex26D80424F55a419
Octal46151001021171251210111
Binary100110110110000100001010011111010101101010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260d08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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