#3A260D

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

Shades of Cocoa Brown #3A260D

Tints of Cocoa Brown #3A260D

Color information

#3A260D (or 0x3A260D) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 26 and 0D. RGB value is (58,38,13). Sum of RGB (Red+Green+Blue) = 58+38+13=109 (14% of max value = 765). Red value is 58 (23.05% from 255 or 53.21% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 58 - color contains mainly: red. Hex color #3A260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A260D is #C5D9F2. Grayscale: #292929. Windows color (decimal): -12966387 or 861754. OLE color: 861754.

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

Color convert

RGB583813-
CMYK00.340.780.77
HSL33.33º63.38%13.92%-
HSV(B)33.33º77.59%22.75%-
XYZ2.512.310.7-
YUV41.13112.13140.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 53.21%
GREEN value IS 38 (15.23% from 255) = 34.86%
BLUE value IS 13 (5.47% from 255) = 11.93%
R=53.21%
G=34.86%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58381300.340.780.7733.3363.3813.92
Hex3A26D0224E4D213fe
Octal724615042116115417716
Binary11101010011011010100010100111010011011000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,38,13); }

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

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

 a { background-color: rgb(58,38,13); }

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

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

 span { border-color: rgb(58,38,13); }

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