#261512

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

Shades of Seal Brown #261512

Tints of Seal Brown #261512

Color information

#261512 (or 0x261512) is unknown color: approx Seal Brown. HEX triplet: 26, 15 and 12. RGB value is (38,21,18). Sum of RGB (Red+Green+Blue) = 38+21+18=77 (10% of max value = 765). Red value is 38 (15.23% from 255 or 49.35% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 38 - color contains mainly: red. Hex color #261512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261512 is #D9EAED. Grayscale: #191919. Windows color (decimal): -14281454 or 1185062. OLE color: 1185062.

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

Color convert

RGB382118-
CMYK00.450.530.85
HSL35.71%10.98%-
HSV(B)52.63%14.9%-
XYZ1.180.990.7-
YUV25.74123.63136.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 49.35%
GREEN value IS 21 (8.59% from 255) = 27.27%
BLUE value IS 18 (7.42% from 255) = 23.38%
R=49.35%
G=27.27%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38211800.450.530.85935.7110.98
Hex26151202D3555924b
Octal46252205565125114413
Binary10011010101100100101101110101101010110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261512; }

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

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

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

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

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

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

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

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