Html Css Color HEX #3E2400 Cocoa Brown

📋 copy color: '#3E2400'

red 62 ◦ green 36 ◦ blue 0

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

Shades of Cocoa Brown #3E2400

Tints of Cocoa Brown #3E2400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 36.73%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.27%
G = 36.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.76

RGB Variations

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

Color information

#3E2400 (or 0x3E2400) is known color: Cocoa Brown. HEX triplet: 3E, 24 and 00. RGB value is (62,36,0). Sum of RGB (Red+Green+Blue) = 62+36+0=98 (12% of max value = 765). Red value is 62 (24.61% from 255 or 63.27% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2400 is #C1DBFF. Grayscale: #272727. Windows color (decimal): -12704768 or 9278. OLE color: 9278.

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

Color convert

RGB 62 36 0 -
CMYK 0 0.42 1 0.76
HSL 34.84º 1% 0.12% -
HSV(B) 34.84º 1% 0.24% -
XYZ 2.62 2.29 0.3 -
YUV 39.67 105.61 143.93 -
System Red Green Blue C M Y K H S L
Decimal 62 36 0 0 0.42 1 0.76 34.84 1 0.12
Hex 3E 24 0 0 2A 64 4C 23 64 C
Octal 76 44 0 0 52 144 114 43 144 14
Binary 111110 100100 0 0 101010 1100100 1001100 100011 1100100 1100

Color Harmonies of #3E2400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2400

Black with #3E2400

Text Example


Text Example

White with #3E2400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,36,0); }

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

background-color css

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

 a { background-color: rgb(62,36,0); }

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

border-color css

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

 span { border-color: rgb(62,36,0); }

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