#261510

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

Shades of Seal Brown #261510

Tints of Seal Brown #261510

Color information

#261510 (or 0x261510) is unknown color: approx Seal Brown. HEX triplet: 26, 15 and 10. RGB value is (38,21,16). Sum of RGB (Red+Green+Blue) = 38+21+16=75 (9% of max value = 765). Red value is 38 (15.23% from 255 or 50.67% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 38 - color contains mainly: red. Hex color #261510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261510 is #D9EAEF. Grayscale: #191919. Windows color (decimal): -14281456 or 1053990. OLE color: 1053990.

HSL color Cylindrical-coordinate representation of color #261510: hue angle of 13.64º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #261510 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.85.

Color convert

RGB382116-
CMYK00.450.580.85
HSL13.64º40.74%10.59%-
HSV(B)13.64º57.89%14.9%-
XYZ1.160.990.62-
YUV25.51122.63136.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 50.67%
GREEN value IS 21 (8.59% from 255) = 28%
BLUE value IS 16 (6.64% from 255) = 21.33%
R=50.67%
G=28%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38211600.450.580.8513.6440.7410.59
Hex26151002D3A55e29b
Octal46252005572125165113
Binary10011010101100000101101111010101010111101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261510; }

 p { color: rgb(38,21,16); }

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

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

 a { background-color: rgb(38,21,16); }

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

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

 span { border-color: rgb(38,21,16); }

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