Html Css Color HEX #3A2815 Cocoa Brown

📋 copy color: '#3A2815'

red 58 ◦ green 40 ◦ blue 21

#3A2815
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #3A2815

Tints of Cocoa Brown #3A2815

RGB

 RED value IS 58 (23.05% from 255) = 48.74%

 GREEN value IS 40 (16.02% from 255) = 33.61%

 BLUE value IS 21 (8.59% from 255) = 17.65%

R = 48.74%
G = 33.61%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#3A2815 (or 0x3A2815) is known color: Cocoa Brown. HEX triplet: 3A, 28 and 15. RGB value is (58,40,21). Sum of RGB (Red+Green+Blue) = 58+40+21=119 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.74% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2815 is #C5D7EA. Grayscale: #2B2B2B. Windows color (decimal): -12965867 or 1386554. OLE color: 1386554.

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

Color convert

RGB 58 40 21 -
CMYK 0 0.31 0.64 0.77
HSL 30.81º 0.47% 0.15% -
HSV(B) 30.81º 0.64% 0.23% -
XYZ 2.64 2.47 1.05 -
YUV 43.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 58 40 21 0 0.31 0.64 0.77 30.81 0.47 0.15
Hex 3A 28 15 0 1F 40 4D 1F 2F F
Octal 72 50 25 0 37 100 115 37 57 17
Binary 111010 101000 10101 0 11111 1000000 1001101 11111 101111 1111

Color Harmonies of #3A2815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2815

Black with #3A2815

Text Example


Text Example

White with #3A2815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A2815;
 }
 .AnyTagClassName
 {
   color: #3A2815;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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