Html Css Color HEX #311C0B Cocoa Brown

📋 copy color: '#311C0B'

red 49 ◦ green 28 ◦ blue 11

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

Shades of Cocoa Brown #311C0B

Tints of Cocoa Brown #311C0B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 31.82%

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

R = 55.68%
G = 31.82%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.81

RGB Variations

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

Color information

#311C0B (or 0x311C0B) is known color: Cocoa Brown. HEX triplet: 31, 1C and 0B. RGB value is (49,28,11). Sum of RGB (Red+Green+Blue) = 49+28+11=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #311C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C0B is #CEE3F4. Grayscale: #202020. Windows color (decimal): -13558773 or 728113. OLE color: 728113.

HSL color Cylindrical-coordinate representation of color #311C0B: hue angle of 26.84º 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 #311C0B is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 28 11 -
CMYK 0 0.43 0.78 0.81
HSL 26.84º 0.63% 0.12% -
HSV(B) 26.84º 0.78% 0.19% -
XYZ 1.74 1.51 0.52 -
YUV 32.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 49 28 11 0 0.43 0.78 0.81 26.84 0.63 0.12
Hex 31 1C B 0 2B 4E 51 1B 3F C
Octal 61 34 13 0 53 116 121 33 77 14
Binary 110001 11100 1011 0 101011 1001110 1010001 11011 111111 1100

Color Harmonies of #311C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C0B

Black with #311C0B

Text Example


Text Example

White with #311C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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