Html Css Color HEX #2E2318 Cocoa Brown

📋 copy color: '#2E2318'

red 46 ◦ green 35 ◦ blue 24

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

Shades of Cocoa Brown #2E2318

Tints of Cocoa Brown #2E2318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 22.86%

R = 43.81%
G = 33.33%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.82

RGB Variations

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

Color information

#2E2318 (or 0x2E2318) is known color: Cocoa Brown. HEX triplet: 2E, 23 and 18. RGB value is (46,35,24). Sum of RGB (Red+Green+Blue) = 46+35+24=105 (13% of max value = 765). Red value is 46 (18.36% from 255 or 43.81% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2318 is #D1DCE7. Grayscale: #252525. Windows color (decimal): -13753576 or 1581870. OLE color: 1581870.

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

Color convert

RGB 46 35 24 -
CMYK 0 0.24 0.48 0.82
HSL 30º 0.31% 0.14% -
HSV(B) 30º 0.48% 0.18% -
XYZ 1.89 1.85 1.12 -
YUV 37.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 46 35 24 0 0.24 0.48 0.82 30 0.31 0.14
Hex 2E 23 18 0 18 30 52 1E 1F E
Octal 56 43 30 0 30 60 122 36 37 16
Binary 101110 100011 11000 0 11000 110000 1010010 11110 11111 1110

Color Harmonies of #2E2318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2318

Black with #2E2318

Text Example


Text Example

White with #2E2318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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