Html Css Color HEX #3E2301 Cocoa Brown

📋 copy color: '#3E2301'

red 62 ◦ green 35 ◦ blue 1

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

Shades of Cocoa Brown #3E2301

Tints of Cocoa Brown #3E2301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 35.71%

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

R = 63.27%
G = 35.71%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#3E2301 (or 0x3E2301) is known color: Cocoa Brown. HEX triplet: 3E, 23 and 01. RGB value is (62,35,1). Sum of RGB (Red+Green+Blue) = 62+35+1=98 (12% of max value = 765). Red value is 62 (24.61% from 255 or 63.27% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2301 is #C1DCFE. Grayscale: #272727. Windows color (decimal): -12705023 or 74558. OLE color: 74558.

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

Color convert

RGB 62 35 1 -
CMYK 0 0.44 0.98 0.76
HSL 33.44º 0.97% 0.12% -
HSV(B) 33.44º 0.98% 0.24% -
XYZ 2.59 2.23 0.32 -
YUV 39.2 106.45 144.26 -
System Red Green Blue C M Y K H S L
Decimal 62 35 1 0 0.44 0.98 0.76 33.44 0.97 0.12
Hex 3E 23 1 0 2C 62 4C 21 61 C
Octal 76 43 1 0 54 142 114 41 141 14
Binary 111110 100011 1 0 101100 1100010 1001100 100001 1100001 1100

Color Harmonies of #3E2301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2301

Black with #3E2301

Text Example


Text Example

White with #3E2301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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