Html Css Color HEX #2E231B Cocoa Brown

📋 copy color: '#2E231B'

red 46 ◦ green 35 ◦ blue 27

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

Shades of Cocoa Brown #2E231B

Tints of Cocoa Brown #2E231B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 25%

R = 42.59%
G = 32.41%
B = 25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.82

RGB Variations

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

Color information

#2E231B (or 0x2E231B) is known color: Cocoa Brown. HEX triplet: 2E, 23 and 1B. RGB value is (46,35,27). Sum of RGB (Red+Green+Blue) = 46+35+27=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 46 - color contains mainly: red. Hex color #2E231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E231B is #D1DCE4. Grayscale: #252525. Windows color (decimal): -13753573 or 1778478. OLE color: 1778478.

HSL color Cylindrical-coordinate representation of color #2E231B: hue angle of 25.26º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2E231B is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 35 27 -
CMYK 0 0.24 0.41 0.82
HSL 25.26º 0.26% 0.14% -
HSV(B) 25.26º 0.41% 0.18% -
XYZ 1.93 1.86 1.29 -
YUV 37.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 46 35 27 0 0.24 0.41 0.82 25.26 0.26 0.14
Hex 2E 23 1B 0 18 29 52 19 1A E
Octal 56 43 33 0 30 51 122 31 32 16
Binary 101110 100011 11011 0 11000 101001 1010010 11001 11010 1110

Color Harmonies of #2E231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E231B

Black with #2E231B

Text Example


Text Example

White with #2E231B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,35,27); }

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

background-color css

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

 a { background-color: rgb(46,35,27); }

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

border-color css

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

 span { border-color: rgb(46,35,27); }

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