#362923

Color #362923 Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #362923

Tints of Wood Bark #362923

Color information

#362923 (or 0x362923) is unknown color: approx Wood Bark. HEX triplet: 36, 29 and 23. RGB value is (54,41,35). Sum of RGB (Red+Green+Blue) = 54+41+35=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 54 - color contains mainly: red. Hex color #362923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362923 is #C9D6DC. Grayscale: #2C2C2C. Windows color (decimal): -13227741 or 2304310. OLE color: 2304310.

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

Color convert

RGB544135-
CMYK00.240.350.79
HSL18.95º21.35%17.45%-
HSV(B)18.95º35.19%21.18%-
XYZ2.622.491.93-
YUV44.2122.81134.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.54%
GREEN value IS 41 (16.41% from 255) = 31.54%
BLUE value IS 35 (14.06% from 255) = 26.92%
R=41.54%
G=31.54%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54413500.240.350.7918.9521.3517.45
Hex362923018234F131511
Octal66514303043117232521
Binary1101101010011000110110001000111001111100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362923; }

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

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

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

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

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

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

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

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