#260C0A

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

Shades of Seal Brown #260C0A

Tints of Seal Brown #260C0A

Color information

#260C0A (or 0x260C0A) is unknown color: approx Seal Brown. HEX triplet: 26, 0C and 0A. RGB value is (38,12,10). Sum of RGB (Red+Green+Blue) = 38+12+10=60 (7% of max value = 765). Red value is 38 (15.23% from 255 or 63.33% from 60); Green value is 12 (5.08% from 255 or 20% from 60); Blue value is 10 (4.30% from 255 or 16.67% from 60); Max value from RGB is 38 - color contains mainly: red. Hex color #260C0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260C0A is #D9F3F5. Grayscale: #131313. Windows color (decimal): -14283766 or 658470. OLE color: 658470.

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

Color convert

RGB381210-
CMYK00.680.740.85
HSL4.29º58.33%9.41%-
HSV(B)4.29º73.68%14.9%-
XYZ0.990.70.37-
YUV19.55122.61141.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 63.33%
GREEN value IS 12 (5.08% from 255) = 20%
BLUE value IS 10 (4.30% from 255) = 16.67%
R=63.33%
G=20%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38121000.680.740.854.2958.339.41
Hex26CA0444A5543a9
Octal461412010411212547211
Binary1001101100101001000100100101010101011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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