Html Css Color HEX #311E0B Cocoa Brown

📋 copy color: '#311E0B'

red 49 ◦ green 30 ◦ blue 11

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

Shades of Cocoa Brown #311E0B

Tints of Cocoa Brown #311E0B

RGB

 RED value IS 49 (19.53% from 255) = 54.44%

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

 BLUE value IS 11 (4.69% from 255) = 12.22%

R = 54.44%
G = 33.33%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.81

RGB Variations

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

Color information

#311E0B (or 0x311E0B) is known color: Cocoa Brown. HEX triplet: 31, 1E and 0B. RGB value is (49,30,11). Sum of RGB (Red+Green+Blue) = 49+30+11=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 30 (12.11% from 255 or 33.33% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #311E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E0B is #CEE1F4. Grayscale: #212121. Windows color (decimal): -13558261 or 728625. OLE color: 728625.

HSL color Cylindrical-coordinate representation of color #311E0B: hue angle of 30º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #311E0B is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 30 11 -
CMYK 0 0.39 0.78 0.81
HSL 30º 0.63% 0.12% -
HSV(B) 30º 0.78% 0.19% -
XYZ 1.79 1.61 0.53 -
YUV 33.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 49 30 11 0 0.39 0.78 0.81 30 0.63 0.12
Hex 31 1E B 0 27 4E 51 1E 3F C
Octal 61 36 13 0 47 116 121 36 77 14
Binary 110001 11110 1011 0 100111 1001110 1010001 11110 111111 1100

Color Harmonies of #311E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E0B

Black with #311E0B

Text Example


Text Example

White with #311E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311E0B; }

 p { color: rgb(49,30,11); }

 H1.HeaderClassName
 {
   color: #311E0B;
 }
 .AnyTagClassName
 {
   color: #311E0B;
 }
</style>

background-color css

<style>
 a { background-color: #311E0B; }

 a { background-color: rgb(49,30,11); }

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

border-color css

<style>
 span { border-color: #311E0B; }

 span { border-color: rgb(49,30,11); }

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