Html Css Color HEX #3E2800 Cocoa Brown

📋 copy color: '#3E2800'

red 62 ◦ green 40 ◦ blue 0

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

Shades of Cocoa Brown #3E2800

Tints of Cocoa Brown #3E2800

RGB

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

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

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

R = 60.78%
G = 39.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.76

RGB Variations

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

Color information

#3E2800 (or 0x3E2800) is known color: Cocoa Brown. HEX triplet: 3E, 28 and 00. RGB value is (62,40,0). Sum of RGB (Red+Green+Blue) = 62+40+0=102 (13% of max value = 765). Red value is 62 (24.61% from 255 or 60.78% from 102); Green value is 40 (16.02% from 255 or 39.22% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2800 is #C1D7FF. Grayscale: #2A2A2A. Windows color (decimal): -12703744 or 10302. OLE color: 10302.

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

Color convert

RGB 62 40 0 -
CMYK 0 0.35 1 0.76
HSL 38.71º 1% 0.12% -
HSV(B) 38.71º 1% 0.24% -
XYZ 2.75 2.54 0.35 -
YUV 42.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 62 40 0 0 0.35 1 0.76 38.71 1 0.12
Hex 3E 28 0 0 23 64 4C 27 64 C
Octal 76 50 0 0 43 144 114 47 144 14
Binary 111110 101000 0 0 100011 1100100 1001100 100111 1100100 1100

Color Harmonies of #3E2800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2800

Black with #3E2800

Text Example


Text Example

White with #3E2800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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