#362926

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

Shades of Livid Brown #362926

Tints of Livid Brown #362926

Color information

#362926 (or 0x362926) is unknown color: approx Livid Brown. HEX triplet: 36, 29 and 26. RGB value is (54,41,38). Sum of RGB (Red+Green+Blue) = 54+41+38=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 54 - color contains mainly: red. Hex color #362926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362926 is #C9D6D9. Grayscale: #2C2C2C. Windows color (decimal): -13227738 or 2500918. OLE color: 2500918.

HSL color Cylindrical-coordinate representation of color #362926: hue angle of 11.25º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #362926 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB544138-
CMYK00.240.300.79
HSL11.25º17.39%18.04%-
HSV(B)11.25º29.63%21.18%-
XYZ2.662.512.18-
YUV44.54124.31134.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.60%
GREEN value IS 41 (16.41% from 255) = 30.83%
BLUE value IS 38 (15.23% from 255) = 28.57%
R=40.60%
G=30.83%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54413800.240.300.7911.2517.3918.04
Hex3629260181E4Fb1112
Octal66514603036117132122
Binary11011010100110011001100011110100111110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362926; }

 p { color: rgb(54,41,38); }

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

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

 a { background-color: rgb(54,41,38); }

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

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

 span { border-color: rgb(54,41,38); }

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