#36271A

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

Shades of Cocoa Brown #36271A

Tints of Cocoa Brown #36271A

Color information

#36271A (or 0x36271A) is unknown color: approx Cocoa Brown. HEX triplet: 36, 27 and 1A. RGB value is (54,39,26). Sum of RGB (Red+Green+Blue) = 54+39+26=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 54 - color contains mainly: red. Hex color #36271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36271A is #C9D8E5. Grayscale: #2A2A2A. Windows color (decimal): -13228262 or 1713974. OLE color: 1713974.

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

Color convert

RGB543926-
CMYK00.280.520.79
HSL27.86º35%15.69%-
HSV(B)27.86º51.85%21.18%-
XYZ2.432.311.29-
YUV42118.97136.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.38%
GREEN value IS 39 (15.62% from 255) = 32.77%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=45.38%
G=32.77%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54392600.280.520.7927.863515.69
Hex36271A01C344F1c2310
Octal66473203464117344320
Binary1101101001111101001110011010010011111110010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36271A; }

 p { color: rgb(54,39,26); }

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

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

 a { background-color: rgb(54,39,26); }

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

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

 span { border-color: rgb(54,39,26); }

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