Html Css Color HEX #3A2913 Cocoa Brown

📋 copy color: '#3A2913'

red 58 ◦ green 41 ◦ blue 19

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

Shades of Cocoa Brown #3A2913

Tints of Cocoa Brown #3A2913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.1%

R = 49.15%
G = 34.75%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.77

RGB Variations

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

Color information

#3A2913 (or 0x3A2913) is known color: Cocoa Brown. HEX triplet: 3A, 29 and 13. RGB value is (58,41,19). Sum of RGB (Red+Green+Blue) = 58+41+19=118 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.15% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2913 is #C5D6EC. Grayscale: #2B2B2B. Windows color (decimal): -12965613 or 1255738. OLE color: 1255738.

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

Color convert

RGB 58 41 19 -
CMYK 0 0.29 0.67 0.77
HSL 33.85º 0.51% 0.15% -
HSV(B) 33.85º 0.67% 0.23% -
XYZ 2.66 2.53 0.96 -
YUV 43.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 58 41 19 0 0.29 0.67 0.77 33.85 0.51 0.15
Hex 3A 29 13 0 1D 43 4D 22 33 F
Octal 72 51 23 0 35 103 115 42 63 17
Binary 111010 101001 10011 0 11101 1000011 1001101 100010 110011 1111

Color Harmonies of #3A2913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2913

Black with #3A2913

Text Example


Text Example

White with #3A2913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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