Html Css Color HEX #331E0D Cocoa Brown

📋 copy color: '#331E0D'

red 51 ◦ green 30 ◦ blue 13

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

Shades of Cocoa Brown #331E0D

Tints of Cocoa Brown #331E0D

RGB

 RED value IS 51 (20.31% from 255) = 54.26%

 GREEN value IS 30 (12.11% from 255) = 31.91%

 BLUE value IS 13 (5.47% from 255) = 13.83%

R = 54.26%
G = 31.91%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.8

RGB Variations

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

Color information

#331E0D (or 0x331E0D) is known color: Cocoa Brown. HEX triplet: 33, 1E and 0D. RGB value is (51,30,13). Sum of RGB (Red+Green+Blue) = 51+30+13=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #331E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331E0D is #CCE1F2. Grayscale: #222222. Windows color (decimal): -13427187 or 859699. OLE color: 859699.

HSL color Cylindrical-coordinate representation of color #331E0D: hue angle of 26.84º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331E0D is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 30 13 -
CMYK 0 0.41 0.75 0.8
HSL 26.84º 0.59% 0.13% -
HSV(B) 26.84º 0.75% 0.2% -
XYZ 1.9 1.66 0.6 -
YUV 34.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 51 30 13 0 0.41 0.75 0.8 26.84 0.59 0.13
Hex 33 1E D 0 29 4B 50 1B 3B D
Octal 63 36 15 0 51 113 120 33 73 15
Binary 110011 11110 1101 0 101001 1001011 1010000 11011 111011 1101

Color Harmonies of #331E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E0D

Black with #331E0D

Text Example


Text Example

White with #331E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331E0D; }

 p { color: rgb(51,30,13); }

 H1.HeaderClassName
 {
   color: #331E0D;
 }
 .AnyTagClassName
 {
   color: #331E0D;
 }
</style>

background-color css

<style>
 a { background-color: #331E0D; }

 a { background-color: rgb(51,30,13); }

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

border-color css

<style>
 span { border-color: #331E0D; }

 span { border-color: rgb(51,30,13); }

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