Html Css Color HEX #2E2720 Cocoa Brown

📋 copy color: '#2E2720'

red 46 ◦ green 39 ◦ blue 32

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

Shades of Cocoa Brown #2E2720

Tints of Cocoa Brown #2E2720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 33.33%

 BLUE value IS 32 (12.89% from 255) = 27.35%

R = 39.32%
G = 33.33%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.82

RGB Variations

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

Color information

#2E2720 (or 0x2E2720) is known color: Cocoa Brown. HEX triplet: 2E, 27 and 20. RGB value is (46,39,32). Sum of RGB (Red+Green+Blue) = 46+39+32=117 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.32% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2720 is #D1D8DF. Grayscale: #282828. Windows color (decimal): -13752544 or 2107182. OLE color: 2107182.

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

Color convert

RGB 46 39 32 -
CMYK 0 0.15 0.30 0.82
HSL 30º 0.18% 0.15% -
HSV(B) 30º 0.3% 0.18% -
XYZ 2.11 2.14 1.67 -
YUV 40.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 46 39 32 0 0.15 0.30 0.82 30 0.18 0.15
Hex 2E 27 20 0 F 1E 52 1E 12 F
Octal 56 47 40 0 17 36 122 36 22 17
Binary 101110 100111 100000 0 1111 11110 1010010 11110 10010 1111

Color Harmonies of #2E2720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2720

Black with #2E2720

Text Example


Text Example

White with #2E2720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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