Html Css Color HEX #2E2013 Cocoa Brown

📋 copy color: '#2E2013'

red 46 ◦ green 32 ◦ blue 19

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

Shades of Cocoa Brown #2E2013

Tints of Cocoa Brown #2E2013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 19.59%

R = 47.42%
G = 32.99%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.82

RGB Variations

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

Color information

#2E2013 (or 0x2E2013) is known color: Cocoa Brown. HEX triplet: 2E, 20 and 13. RGB value is (46,32,19). Sum of RGB (Red+Green+Blue) = 46+32+19=97 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.42% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2013 is #D1DFEC. Grayscale: #222222. Windows color (decimal): -13754349 or 1253422. OLE color: 1253422.

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

Color convert

RGB 46 32 19 -
CMYK 0 0.30 0.59 0.82
HSL 28.89º 0.42% 0.13% -
HSV(B) 28.89º 0.59% 0.18% -
XYZ 1.76 1.66 0.84 -
YUV 34.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 46 32 19 0 0.30 0.59 0.82 28.89 0.42 0.13
Hex 2E 20 13 0 1E 3B 52 1D 2A D
Octal 56 40 23 0 36 73 122 35 52 15
Binary 101110 100000 10011 0 11110 111011 1010010 11101 101010 1101

Color Harmonies of #2E2013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2013

Black with #2E2013

Text Example


Text Example

White with #2E2013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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