#362A1D

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

Shades of Cocoa Brown #362A1D

Tints of Cocoa Brown #362A1D

Color information

#362A1D (or 0x362A1D) is unknown color: approx Cocoa Brown. HEX triplet: 36, 2A and 1D. RGB value is (54,42,29). Sum of RGB (Red+Green+Blue) = 54+42+29=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #362A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A1D is #C9D5E2. Grayscale: #2C2C2C. Windows color (decimal): -13227491 or 1911350. OLE color: 1911350.

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

Color convert

RGB544229-
CMYK00.220.460.79
HSL31.2º30.12%16.27%-
HSV(B)31.2º46.3%21.18%-
XYZ2.572.531.52-
YUV44.11119.48135.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.2%
GREEN value IS 42 (16.80% from 255) = 33.6%
BLUE value IS 29 (11.72% from 255) = 23.2%
R=43.2%
G=33.6%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54422900.220.460.7931.230.1216.27
Hex362A1D0162E4F1f1e10
Octal66523502656117373620
Binary110110101010111010101101011101001111111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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