Html Css Color HEX #3E2101 Cocoa Brown

📋 copy color: '#3E2101'

red 62 ◦ green 33 ◦ blue 1

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

Shades of Cocoa Brown #3E2101

Tints of Cocoa Brown #3E2101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 34.38%

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

R = 64.58%
G = 34.38%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#3E2101 (or 0x3E2101) is known color: Cocoa Brown. HEX triplet: 3E, 21 and 01. RGB value is (62,33,1). Sum of RGB (Red+Green+Blue) = 62+33+1=96 (12% of max value = 765). Red value is 62 (24.61% from 255 or 64.58% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2101 is #C1DEFE. Grayscale: #262626. Windows color (decimal): -12705535 or 74046. OLE color: 74046.

HSL color Cylindrical-coordinate representation of color #3E2101: hue angle of 31.48º 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 #3E2101 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 33 1 -
CMYK 0 0.47 0.98 0.76
HSL 31.48º 0.97% 0.12% -
HSV(B) 31.48º 0.98% 0.24% -
XYZ 2.54 2.11 0.3 -
YUV 38.02 107.11 145.1 -
System Red Green Blue C M Y K H S L
Decimal 62 33 1 0 0.47 0.98 0.76 31.48 0.97 0.12
Hex 3E 21 1 0 2F 62 4C 1F 61 C
Octal 76 41 1 0 57 142 114 37 141 14
Binary 111110 100001 1 0 101111 1100010 1001100 11111 1100001 1100

Color Harmonies of #3E2101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2101

Black with #3E2101

Text Example


Text Example

White with #3E2101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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