Html Css Color HEX #2E200E Cocoa Brown

📋 copy color: '#2E200E'

red 46 ◦ green 32 ◦ blue 14

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

Shades of Cocoa Brown #2E200E

Tints of Cocoa Brown #2E200E

RGB

 RED value IS 46 (18.36% from 255) = 50%

 GREEN value IS 32 (12.89% from 255) = 34.78%

 BLUE value IS 14 (5.86% from 255) = 15.22%

R = 50%
G = 34.78%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.82

RGB Variations

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

Color information

#2E200E (or 0x2E200E) is known color: Cocoa Brown. HEX triplet: 2E, 20 and 0E. RGB value is (46,32,14). Sum of RGB (Red+Green+Blue) = 46+32+14=92 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 46 - color contains mainly: red. Hex color #2E200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E200E is #D1DFF1. Grayscale: #222222. Windows color (decimal): -13754354 or 925742. OLE color: 925742.

HSL color Cylindrical-coordinate representation of color #2E200E: hue angle of 33.75º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E200E is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 32 14 -
CMYK 0 0.30 0.70 0.82
HSL 33.75º 0.53% 0.12% -
HSV(B) 33.75º 0.7% 0.18% -
XYZ 1.72 1.65 0.64 -
YUV 34.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 46 32 14 0 0.30 0.70 0.82 33.75 0.53 0.12
Hex 2E 20 E 0 1E 46 52 22 35 C
Octal 56 40 16 0 36 106 122 42 65 14
Binary 101110 100000 1110 0 11110 1000110 1010010 100010 110101 1100

Color Harmonies of #2E200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E200E

Black with #2E200E

Text Example


Text Example

White with #2E200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E200E; }

 p { color: rgb(46,32,14); }

 H1.HeaderClassName
 {
   color: #2E200E;
 }
 .AnyTagClassName
 {
   color: #2E200E;
 }
</style>

background-color css

<style>
 a { background-color: #2E200E; }

 a { background-color: rgb(46,32,14); }

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

border-color css

<style>
 span { border-color: #2E200E; }

 span { border-color: rgb(46,32,14); }

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