Html Css Color HEX #2E210E Cocoa Brown

📋 copy color: '#2E210E'

red 46 ◦ green 33 ◦ blue 14

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

Shades of Cocoa Brown #2E210E

Tints of Cocoa Brown #2E210E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 35.48%

 BLUE value IS 14 (5.86% from 255) = 15.05%

R = 49.46%
G = 35.48%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.82

RGB Variations

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

Color information

#2E210E (or 0x2E210E) is known color: Cocoa Brown. HEX triplet: 2E, 21 and 0E. RGB value is (46,33,14). Sum of RGB (Red+Green+Blue) = 46+33+14=93 (12% of max value = 765). Red value is 46 (18.36% from 255 or 49.46% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 46 - color contains mainly: red. Hex color #2E210E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E210E is #D1DEF1. Grayscale: #222222. Windows color (decimal): -13754098 or 925998. OLE color: 925998.

HSL color Cylindrical-coordinate representation of color #2E210E: hue angle of 35.62º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E210E is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 33 14 -
CMYK 0 0.28 0.70 0.82
HSL 35.63º 0.53% 0.12% -
HSV(B) 35.63º 0.7% 0.18% -
XYZ 1.75 1.7 0.65 -
YUV 34.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 46 33 14 0 0.28 0.70 0.82 35.63 0.53 0.12
Hex 2E 21 E 0 1C 46 52 24 35 C
Octal 56 41 16 0 34 106 122 44 65 14
Binary 101110 100001 1110 0 11100 1000110 1010010 100100 110101 1100

Color Harmonies of #2E210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E210E

Black with #2E210E

Text Example


Text Example

White with #2E210E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,33,14); }

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

background-color css

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

 a { background-color: rgb(46,33,14); }

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

border-color css

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

 span { border-color: rgb(46,33,14); }

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