#3A2000

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

Shades of Cocoa Brown #3A2000

Tints of Cocoa Brown #3A2000

Color information

#3A2000 (or 0x3A2000) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 20 and 00. RGB value is (58,32,0). Sum of RGB (Red+Green+Blue) = 58+32+0=90 (11% of max value = 765). Red value is 58 (23.05% from 255 or 64.44% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2000 is #C5DFFF. Grayscale: #242424. Windows color (decimal): -12967936 or 8250. OLE color: 8250.

HSL color Cylindrical-coordinate representation of color #3A2000: hue angle of 33.1º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A2000 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.77.

Color convert

RGB58320-
CMYK00.4510.77
HSL33.1º100%11.37%-
HSV(B)33.1º100%22.75%-
XYZ2.261.930.25-
YUV36.13107.61143.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 64.44%
GREEN value IS 32 (12.89% from 255) = 35.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.44%
G=35.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5832000.4510.7733.110011.37
Hex3A20002D644D2164b
Octal724000551441154114413
Binary111010100000001011011100100100110110000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,32,0); }

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

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

 a { background-color: rgb(58,32,0); }

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

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

 span { border-color: rgb(58,32,0); }

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