#33261B

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

Shades of Cocoa Brown #33261B

Tints of Cocoa Brown #33261B

Color information

#33261B (or 0x33261B) is unknown color: approx Cocoa Brown. HEX triplet: 33, 26 and 1B. RGB value is (51,38,27). Sum of RGB (Red+Green+Blue) = 51+38+27=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #33261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33261B is #CCD9E4. Grayscale: #282828. Windows color (decimal): -13425125 or 1779251. OLE color: 1779251.

HSL color Cylindrical-coordinate representation of color #33261B: hue angle of 27.5º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #33261B is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB513827-
CMYK00.250.470.8
HSL27.5º30.77%15.29%-
HSV(B)27.5º47.06%20%-
XYZ2.262.171.34-
YUV40.63120.31135.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.97%
GREEN value IS 38 (15.23% from 255) = 32.76%
BLUE value IS 27 (10.94% from 255) = 23.28%
R=43.97%
G=32.76%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51382700.250.470.827.530.7715.29
Hex33261B0192F501c1ff
Octal63463303157120343717
Binary11001110011011011011001101111101000011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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