#260B0A

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

Shades of Seal Brown #260B0A

Tints of Seal Brown #260B0A

Color information

#260B0A (or 0x260B0A) is unknown color: approx Seal Brown. HEX triplet: 26, 0B and 0A. RGB value is (38,11,10). Sum of RGB (Red+Green+Blue) = 38+11+10=59 (7% of max value = 765). Red value is 38 (15.23% from 255 or 64.41% from 59); Green value is 11 (4.69% from 255 or 18.64% from 59); Blue value is 10 (4.30% from 255 or 16.95% from 59); Max value from RGB is 38 - color contains mainly: red. Hex color #260B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260B0A is #D9F4F5. Grayscale: #121212. Windows color (decimal): -14284022 or 658214. OLE color: 658214.

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

Color convert

RGB381110-
CMYK00.710.740.85
HSL2.14º58.33%9.41%-
HSV(B)2.14º73.68%14.9%-
XYZ0.970.670.37-
YUV18.96122.95141.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 64.41%
GREEN value IS 11 (4.69% from 255) = 18.64%
BLUE value IS 10 (4.30% from 255) = 16.95%
R=64.41%
G=18.64%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38111000.710.740.852.1458.339.41
Hex26BA0474A5523a9
Octal461312010711212527211
Binary100110101110100100011110010101010101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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