#260A04

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

Shades of Seal Brown #260A04

Tints of Seal Brown #260A04

Color information

#260A04 (or 0x260A04) is unknown color: approx Seal Brown. HEX triplet: 26, 0A and 04. RGB value is (38,10,4). Sum of RGB (Red+Green+Blue) = 38+10+4=52 (6% of max value = 765). Red value is 38 (15.23% from 255 or 73.08% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 4 (1.95% from 255 or 7.69% from 52); Max value from RGB is 38 - color contains mainly: red. Hex color #260A04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260A04 is #D9F5FB. Grayscale: #111111. Windows color (decimal): -14284284 or 264742. OLE color: 264742.

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

Color convert

RGB38104-
CMYK00.740.890.85
HSL10.59º80.95%8.24%-
HSV(B)10.59º89.47%14.9%-
XYZ0.930.640.19-
YUV17.69120.28142.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 73.08%
GREEN value IS 10 (4.30% from 255) = 19.23%
BLUE value IS 4 (1.95% from 255) = 7.69%
R=73.08%
G=19.23%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.89
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3810400.740.890.8510.5980.958.24
Hex26A404A5955b518
Octal4612401121311251312110
Binary10011010101000100101010110011010101101110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,10,4); }

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

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

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

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

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

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

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