Html Css Color HEX #3B2814 Cocoa Brown

📋 copy color: '#3B2814'

red 59 ◦ green 40 ◦ blue 20

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

Shades of Cocoa Brown #3B2814

Tints of Cocoa Brown #3B2814

RGB

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

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

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

R = 49.58%
G = 33.61%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.77

RGB Variations

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

Color information

#3B2814 (or 0x3B2814) is known color: Cocoa Brown. HEX triplet: 3B, 28 and 14. RGB value is (59,40,20). Sum of RGB (Red+Green+Blue) = 59+40+20=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2814 is #C4D7EB. Grayscale: #2B2B2B. Windows color (decimal): -12900332 or 1321019. OLE color: 1321019.

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

Color convert

RGB 59 40 20 -
CMYK 0 0.32 0.66 0.77
HSL 30.77º 0.49% 0.15% -
HSV(B) 30.77º 0.66% 0.23% -
XYZ 2.69 2.5 1 -
YUV 43.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 59 40 20 0 0.32 0.66 0.77 30.77 0.49 0.15
Hex 3B 28 14 0 20 42 4D 1F 31 F
Octal 73 50 24 0 40 102 115 37 61 17
Binary 111011 101000 10100 0 100000 1000010 1001101 11111 110001 1111

Color Harmonies of #3B2814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2814

Black with #3B2814

Text Example


Text Example

White with #3B2814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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