Html Css Color HEX #2E2419 Cocoa Brown

📋 copy color: '#2E2419'

red 46 ◦ green 36 ◦ blue 25

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

Shades of Cocoa Brown #2E2419

Tints of Cocoa Brown #2E2419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.64%

 BLUE value IS 25 (10.16% from 255) = 23.36%

R = 42.99%
G = 33.64%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.82

RGB Variations

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

Color information

#2E2419 (or 0x2E2419) is known color: Cocoa Brown. HEX triplet: 2E, 24 and 19. RGB value is (46,36,25). Sum of RGB (Red+Green+Blue) = 46+36+25=107 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.99% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2419 is #D1DBE6. Grayscale: #252525. Windows color (decimal): -13753319 or 1647662. OLE color: 1647662.

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

Color convert

RGB 46 36 25 -
CMYK 0 0.22 0.46 0.82
HSL 31.43º 0.3% 0.14% -
HSV(B) 31.43º 0.46% 0.18% -
XYZ 1.93 1.91 1.19 -
YUV 37.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 46 36 25 0 0.22 0.46 0.82 31.43 0.3 0.14
Hex 2E 24 19 0 16 2E 52 1F 1E E
Octal 56 44 31 0 26 56 122 37 36 16
Binary 101110 100100 11001 0 10110 101110 1010010 11111 11110 1110

Color Harmonies of #2E2419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2419

Black with #2E2419

Text Example


Text Example

White with #2E2419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,36,25); }

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

background-color css

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

 a { background-color: rgb(46,36,25); }

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

border-color css

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

 span { border-color: rgb(46,36,25); }

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