#362A1E

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

Shades of Cocoa Brown #362A1E

Tints of Cocoa Brown #362A1E

Color information

#362A1E (or 0x362A1E) is unknown color: approx Cocoa Brown. HEX triplet: 36, 2A and 1E. RGB value is (54,42,30). Sum of RGB (Red+Green+Blue) = 54+42+30=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 54 - color contains mainly: red. Hex color #362A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A1E is #C9D5E1. Grayscale: #2C2C2C. Windows color (decimal): -13227490 or 1976886. OLE color: 1976886.

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

Color convert

RGB544230-
CMYK00.220.440.79
HSL30º28.57%16.47%-
HSV(B)30º44.44%21.18%-
XYZ2.582.531.58-
YUV44.22119.98134.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.86%
GREEN value IS 42 (16.80% from 255) = 33.33%
BLUE value IS 30 (12.11% from 255) = 23.81%
R=42.86%
G=33.33%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54423000.220.440.793028.5716.47
Hex362A1E0162C4F1e1d10
Octal66523602654117363520
Binary110110101010111100101101011001001111111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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