#261715

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

Shades of Seal Brown #261715

Tints of Seal Brown #261715

Color information

#261715 (or 0x261715) is unknown color: approx Seal Brown. HEX triplet: 26, 17 and 15. RGB value is (38,23,21). Sum of RGB (Red+Green+Blue) = 38+23+21=82 (10% of max value = 765). Red value is 38 (15.23% from 255 or 46.34% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 38 - color contains mainly: red. Hex color #261715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261715 is #D9E8EA. Grayscale: #1B1B1B. Windows color (decimal): -14280939 or 1382182. OLE color: 1382182.

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

Color convert

RGB382321-
CMYK00.390.450.85
HSL7.06º28.81%11.57%-
HSV(B)7.06º44.74%14.9%-
XYZ1.241.080.85-
YUV27.26124.47135.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 46.34%
GREEN value IS 23 (9.38% from 255) = 28.05%
BLUE value IS 21 (8.59% from 255) = 25.61%
R=46.34%
G=28.05%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38232100.390.450.857.0628.8111.57
Hex2617150272D5571dc
Octal4627250475512573514
Binary100110101111010101001111011011010101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261715; }

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

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

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

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

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

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

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

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