#260F0A

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

Shades of Seal Brown #260F0A

Tints of Seal Brown #260F0A

Color information

#260F0A (or 0x260F0A) is unknown color: approx Seal Brown. HEX triplet: 26, 0F and 0A. RGB value is (38,15,10). Sum of RGB (Red+Green+Blue) = 38+15+10=63 (8% of max value = 765). Red value is 38 (15.23% from 255 or 60.32% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 10 (4.30% from 255 or 15.87% from 63); Max value from RGB is 38 - color contains mainly: red. Hex color #260F0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F0A is #D9F0F5. Grayscale: #151515. Windows color (decimal): -14282998 or 659238. OLE color: 659238.

HSL color Cylindrical-coordinate representation of color #260F0A: hue angle of 10.71º 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 #260F0A is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB381510-
CMYK00.610.740.85
HSL10.71º58.33%9.41%-
HSV(B)10.71º73.68%14.9%-
XYZ1.020.780.38-
YUV21.31121.62139.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 60.32%
GREEN value IS 15 (6.25% from 255) = 23.81%
BLUE value IS 10 (4.30% from 255) = 15.87%
R=60.32%
G=23.81%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38151000.610.740.8510.7158.339.41
Hex26FA03D4A55b3a9
Octal461712075112125137211
Binary1001101111101001111011001010101010110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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