#3A220B

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

Shades of Cocoa Brown #3A220B

Tints of Cocoa Brown #3A220B

Color information

#3A220B (or 0x3A220B) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 22 and 0B. RGB value is (58,34,11). Sum of RGB (Red+Green+Blue) = 58+34+11=103 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.31% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 58 - color contains mainly: red. Hex color #3A220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A220B is #C5DDF4. Grayscale: #262626. Windows color (decimal): -12967413 or 729658. OLE color: 729658.

HSL color Cylindrical-coordinate representation of color #3A220B: hue angle of 29.36º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A220B is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.77.

Color convert

RGB583411-
CMYK00.410.810.77
HSL29.36º68.12%13.53%-
HSV(B)29.36º81.03%22.75%-
XYZ2.382.070.59-
YUV38.55112.45141.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 56.31%
GREEN value IS 34 (13.67% from 255) = 33.01%
BLUE value IS 11 (4.69% from 255) = 10.68%
R=56.31%
G=33.01%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58341100.410.810.7729.3668.1213.53
Hex3A22B029514D1d44e
Octal7242130511211153510416
Binary11101010001010110101001101000110011011110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A220B; }

 p { color: rgb(58,34,11); }

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

<style>
 a { background-color: #3A220B; }

 a { background-color: rgb(58,34,11); }

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

<style>
 span { border-color: #3A220B; }

 span { border-color: rgb(58,34,11); }

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