Html Css Color HEX #2E2315 Cocoa Brown

📋 copy color: '#2E2315'

red 46 ◦ green 35 ◦ blue 21

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

Shades of Cocoa Brown #2E2315

Tints of Cocoa Brown #2E2315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 20.59%

R = 45.1%
G = 34.31%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.82

RGB Variations

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

Color information

#2E2315 (or 0x2E2315) is known color: Cocoa Brown. HEX triplet: 2E, 23 and 15. RGB value is (46,35,21). Sum of RGB (Red+Green+Blue) = 46+35+21=102 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.10% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2315 is #D1DCEA. Grayscale: #242424. Windows color (decimal): -13753579 or 1385262. OLE color: 1385262.

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

Color convert

RGB 46 35 21 -
CMYK 0 0.24 0.54 0.82
HSL 33.6º 0.37% 0.13% -
HSV(B) 33.6º 0.54% 0.18% -
XYZ 1.86 1.84 0.97 -
YUV 36.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 46 35 21 0 0.24 0.54 0.82 33.6 0.37 0.13
Hex 2E 23 15 0 18 36 52 22 25 D
Octal 56 43 25 0 30 66 122 42 45 15
Binary 101110 100011 10101 0 11000 110110 1010010 100010 100101 1101

Color Harmonies of #2E2315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2315

Black with #2E2315

Text Example


Text Example

White with #2E2315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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