Html Css Color HEX #3A2915 Cocoa Brown

📋 copy color: '#3A2915'

red 58 ◦ green 41 ◦ blue 21

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

Shades of Cocoa Brown #3A2915

Tints of Cocoa Brown #3A2915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 34.17%

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

R = 48.33%
G = 34.17%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#3A2915 (or 0x3A2915) is known color: Cocoa Brown. HEX triplet: 3A, 29 and 15. RGB value is (58,41,21). Sum of RGB (Red+Green+Blue) = 58+41+21=120 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.33% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2915 is #C5D6EA. Grayscale: #2B2B2B. Windows color (decimal): -12965611 or 1386810. OLE color: 1386810.

HSL color Cylindrical-coordinate representation of color #3A2915: hue angle of 32.43º 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 #3A2915 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 41 21 -
CMYK 0 0.29 0.64 0.77
HSL 32.43º 0.47% 0.15% -
HSV(B) 32.43º 0.64% 0.23% -
XYZ 2.67 2.54 1.06 -
YUV 43.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 58 41 21 0 0.29 0.64 0.77 32.43 0.47 0.15
Hex 3A 29 15 0 1D 40 4D 20 2F F
Octal 72 51 25 0 35 100 115 40 57 17
Binary 111010 101001 10101 0 11101 1000000 1001101 100000 101111 1111

Color Harmonies of #3A2915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2915

Black with #3A2915

Text Example


Text Example

White with #3A2915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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