Html Css Color HEX #3E2300 Cocoa Brown

📋 copy color: '#3E2300'

red 62 ◦ green 35 ◦ blue 0

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

Shades of Cocoa Brown #3E2300

Tints of Cocoa Brown #3E2300

RGB

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

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

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

R = 63.92%
G = 36.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.76

RGB Variations

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

Color information

#3E2300 (or 0x3E2300) is known color: Cocoa Brown. HEX triplet: 3E, 23 and 00. RGB value is (62,35,0). Sum of RGB (Red+Green+Blue) = 62+35+0=97 (12% of max value = 765). Red value is 62 (24.61% from 255 or 63.92% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2300 is #C1DCFF. Grayscale: #272727. Windows color (decimal): -12705024 or 9022. OLE color: 9022.

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

Color convert

RGB 62 35 0 -
CMYK 0 0.44 1 0.76
HSL 33.87º 1% 0.12% -
HSV(B) 33.87º 1% 0.24% -
XYZ 2.59 2.23 0.29 -
YUV 39.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 62 35 0 0 0.44 1 0.76 33.87 1 0.12
Hex 3E 23 0 0 2C 64 4C 22 64 C
Octal 76 43 0 0 54 144 114 42 144 14
Binary 111110 100011 0 0 101100 1100100 1001100 100010 1100100 1100

Color Harmonies of #3E2300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2300

Black with #3E2300

Text Example


Text Example

White with #3E2300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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