#261714

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

Shades of Seal Brown #261714

Tints of Seal Brown #261714

Color information

#261714 (or 0x261714) is unknown color: approx Seal Brown. HEX triplet: 26, 17 and 14. RGB value is (38,23,20). Sum of RGB (Red+Green+Blue) = 38+23+20=81 (10% of max value = 765). Red value is 38 (15.23% from 255 or 46.91% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 38 - color contains mainly: red. Hex color #261714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261714 is #D9E8EB. Grayscale: #1B1B1B. Windows color (decimal): -14280940 or 1316646. OLE color: 1316646.

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

Color convert

RGB382320-
CMYK00.390.470.85
HSL10º31.03%11.37%-
HSV(B)10º47.37%14.9%-
XYZ1.231.080.8-
YUV27.14123.97135.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 46.91%
GREEN value IS 23 (9.38% from 255) = 28.40%
BLUE value IS 20 (8.20% from 255) = 24.69%
R=46.91%
G=28.40%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38232000.390.470.851031.0311.37
Hex2617140272F55a1fb
Octal46272404757125123713
Binary1001101011110100010011110111110101011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261714; }

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

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

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

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

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

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

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

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