Html Css Color HEX #3B2914 Cocoa Brown

📋 copy color: '#3B2914'

red 59 ◦ green 41 ◦ blue 20

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

Shades of Cocoa Brown #3B2914

Tints of Cocoa Brown #3B2914

RGB

 RED value IS 59 (23.44% from 255) = 49.17%

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

 BLUE value IS 20 (8.2% from 255) = 16.67%

R = 49.17%
G = 34.17%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.77

RGB Variations

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

Color information

#3B2914 (or 0x3B2914) is known color: Cocoa Brown. HEX triplet: 3B, 29 and 14. RGB value is (59,41,20). Sum of RGB (Red+Green+Blue) = 59+41+20=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2914 is #C4D6EB. Grayscale: #2C2C2C. Windows color (decimal): -12900076 or 1321275. OLE color: 1321275.

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

Color convert

RGB 59 41 20 -
CMYK 0 0.31 0.66 0.77
HSL 32.31º 0.49% 0.15% -
HSV(B) 32.31º 0.66% 0.23% -
XYZ 2.72 2.57 1.01 -
YUV 43.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 59 41 20 0 0.31 0.66 0.77 32.31 0.49 0.15
Hex 3B 29 14 0 1F 42 4D 20 31 F
Octal 73 51 24 0 37 102 115 40 61 17
Binary 111011 101001 10100 0 11111 1000010 1001101 100000 110001 1111

Color Harmonies of #3B2914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2914

Black with #3B2914

Text Example


Text Example

White with #3B2914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,41,20); }

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

background-color css

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

 a { background-color: rgb(59,41,20); }

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

border-color css

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

 span { border-color: rgb(59,41,20); }

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