#362E2A

Color #362E2A Sambuca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sambuca #362E2A

Tints of Sambuca #362E2A

Color information

#362E2A (or 0x362E2A) is unknown color: approx Sambuca. HEX triplet: 36, 2E and 2A. RGB value is (54,46,42). Sum of RGB (Red+Green+Blue) = 54+46+42=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 54 - color contains mainly: red. Hex color #362E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E2A is #C9D1D5. Grayscale: #2F2F2F. Windows color (decimal): -13226454 or 2764342. OLE color: 2764342.

HSL color Cylindrical-coordinate representation of color #362E2A: hue angle of 20º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #362E2A is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB544642-
CMYK00.150.220.79
HSL20º12.5%18.82%-
HSV(B)20º22.22%21.18%-
XYZ2.922.912.6-
YUV47.94124.65132.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.03%
GREEN value IS 46 (18.36% from 255) = 32.39%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=38.03%
G=32.39%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54464200.150.220.792012.518.82
Hex362E2A0F164F14c13
Octal66565201726117241423
Binary1101101011101010100111110110100111110100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362E2A; }

 p { color: rgb(54,46,42); }

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

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

 a { background-color: rgb(54,46,42); }

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

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

 span { border-color: rgb(54,46,42); }

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