#36261B

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

Shades of Cocoa Brown #36261B

Tints of Cocoa Brown #36261B

Color information

#36261B (or 0x36261B) is unknown color: approx Cocoa Brown. HEX triplet: 36, 26 and 1B. RGB value is (54,38,27). Sum of RGB (Red+Green+Blue) = 54+38+27=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 54 - color contains mainly: red. Hex color #36261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36261B is #C9D9E4. Grayscale: #292929. Windows color (decimal): -13228517 or 1779254. OLE color: 1779254.

HSL color Cylindrical-coordinate representation of color #36261B: hue angle of 24.44º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36261B is Cyan = 0, Magento = 0.30, Yellow = 0.5 and Black (K on CMYK) = 0.79.

Color convert

RGB543827-
CMYK00.300.50.79
HSL24.44º33.33%15.88%-
HSV(B)24.44º50%21.18%-
XYZ2.412.251.34-
YUV41.53119.8136.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.38%
GREEN value IS 38 (15.23% from 255) = 31.93%
BLUE value IS 27 (10.94% from 255) = 22.69%
R=45.38%
G=31.93%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54382700.300.50.7924.4433.3315.88
Hex36261B01E324F182110
Octal66463303662117304120
Binary1101101001101101101111011001010011111100010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36261B; }

 p { color: rgb(54,38,27); }

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

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

 a { background-color: rgb(54,38,27); }

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

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

 span { border-color: rgb(54,38,27); }

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