#261613

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

Shades of Seal Brown #261613

Tints of Seal Brown #261613

Color information

#261613 (or 0x261613) is unknown color: approx Seal Brown. HEX triplet: 26, 16 and 13. RGB value is (38,22,19). Sum of RGB (Red+Green+Blue) = 38+22+19=79 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.10% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 38 - color contains mainly: red. Hex color #261613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261613 is #D9E9EC. Grayscale: #1A1A1A. Windows color (decimal): -14281197 or 1250854. OLE color: 1250854.

HSL color Cylindrical-coordinate representation of color #261613: hue angle of 9.47º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #261613 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.85.

Color convert

RGB382219-
CMYK00.420.500.85
HSL9.47º33.33%11.18%-
HSV(B)9.47º50%14.9%-
XYZ1.21.030.75-
YUV26.44123.8136.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 48.10%
GREEN value IS 22 (8.98% from 255) = 27.85%
BLUE value IS 19 (7.81% from 255) = 24.05%
R=48.10%
G=27.85%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38221900.420.500.859.4733.3311.18
Hex26161302A3255921b
Octal46262305262125114113
Binary10011010110100110101010110010101010110011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261613; }

 p { color: rgb(38,22,19); }

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

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

 a { background-color: rgb(38,22,19); }

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

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

 span { border-color: rgb(38,22,19); }

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