Html Css Color HEX #2E1D10 Cocoa Brown

📋 copy color: '#2E1D10'

red 46 ◦ green 29 ◦ blue 16

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

Shades of Cocoa Brown #2E1D10

Tints of Cocoa Brown #2E1D10

RGB

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

 GREEN value IS 29 (11.72% from 255) = 31.87%

 BLUE value IS 16 (6.64% from 255) = 17.58%

R = 50.55%
G = 31.87%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.82

RGB Variations

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

Color information

#2E1D10 (or 0x2E1D10) is known color: Cocoa Brown. HEX triplet: 2E, 1D and 10. RGB value is (46,29,16). Sum of RGB (Red+Green+Blue) = 46+29+16=91 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50.55% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1D10 is #D1E2EF. Grayscale: #202020. Windows color (decimal): -13755120 or 1056046. OLE color: 1056046.

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

Color convert

RGB 46 29 16 -
CMYK 0 0.37 0.65 0.82
HSL 26º 0.48% 0.12% -
HSV(B) 26º 0.65% 0.18% -
XYZ 1.66 1.5 0.69 -
YUV 32.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 46 29 16 0 0.37 0.65 0.82 26 0.48 0.12
Hex 2E 1D 10 0 25 41 52 1A 30 C
Octal 56 35 20 0 45 101 122 32 60 14
Binary 101110 11101 10000 0 100101 1000001 1010010 11010 110000 1100

Color Harmonies of #2E1D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1D10

Black with #2E1D10

Text Example


Text Example

White with #2E1D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,29,16); }

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

background-color css

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

 a { background-color: rgb(46,29,16); }

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

border-color css

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

 span { border-color: rgb(46,29,16); }

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