#3A281B

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

Shades of Cocoa Brown #3A281B

Tints of Cocoa Brown #3A281B

Color information

#3A281B (or 0x3A281B) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 28 and 1B. RGB value is (58,40,27). Sum of RGB (Red+Green+Blue) = 58+40+27=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 58 - color contains mainly: red. Hex color #3A281B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A281B is #C5D7E4. Grayscale: #2B2B2B. Windows color (decimal): -12965861 or 1779770. OLE color: 1779770.

HSL color Cylindrical-coordinate representation of color #3A281B: hue angle of 25.16º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A281B is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.77.

Color convert

RGB584027-
CMYK00.310.530.77
HSL25.16º36.47%16.67%-
HSV(B)25.16º53.45%22.75%-
XYZ2.72.51.38-
YUV43.9118.46138.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.4%
GREEN value IS 40 (16.02% from 255) = 32%
BLUE value IS 27 (10.94% from 255) = 21.6%
R=46.4%
G=32%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58402700.310.530.7725.1636.4716.67
Hex3A281B01F354D192411
Octal72503303765115314421
Binary1110101010001101101111111010110011011100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,40,27); }

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

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

 a { background-color: rgb(58,40,27); }

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

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

 span { border-color: rgb(58,40,27); }

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