Html Css Color HEX #3E2001 Cocoa Brown

📋 copy color: '#3E2001'

red 62 ◦ green 32 ◦ blue 1

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

Shades of Cocoa Brown #3E2001

Tints of Cocoa Brown #3E2001

RGB

 RED value IS 62 (24.61% from 255) = 65.26%

 GREEN value IS 32 (12.89% from 255) = 33.68%

 BLUE value IS 1 (0.78% from 255) = 1.05%

R = 65.26%
G = 33.68%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#3E2001 (or 0x3E2001) is known color: Cocoa Brown. HEX triplet: 3E, 20 and 01. RGB value is (62,32,1). Sum of RGB (Red+Green+Blue) = 62+32+1=95 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.26% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2001 is #C1DFFE. Grayscale: #252525. Windows color (decimal): -12705791 or 73790. OLE color: 73790.

HSL color Cylindrical-coordinate representation of color #3E2001: hue angle of 30.49º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E2001 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 32 1 -
CMYK 0 0.48 0.98 0.76
HSL 30.49º 0.97% 0.12% -
HSV(B) 30.49º 0.98% 0.24% -
XYZ 2.51 2.06 0.29 -
YUV 37.44 107.44 145.52 -
System Red Green Blue C M Y K H S L
Decimal 62 32 1 0 0.48 0.98 0.76 30.49 0.97 0.12
Hex 3E 20 1 0 30 62 4C 1E 61 C
Octal 76 40 1 0 60 142 114 36 141 14
Binary 111110 100000 1 0 110000 1100010 1001100 11110 1100001 1100

Color Harmonies of #3E2001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2001

Black with #3E2001

Text Example


Text Example

White with #3E2001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,32,1); }

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

background-color css

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

 a { background-color: rgb(62,32,1); }

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

border-color css

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

 span { border-color: rgb(62,32,1); }

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