Html Css Color HEX #311B0A Cocoa Brown

📋 copy color: '#311B0A'

red 49 ◦ green 27 ◦ blue 10

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

Shades of Cocoa Brown #311B0A

Tints of Cocoa Brown #311B0A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 31.4%

 BLUE value IS 10 (4.3% from 255) = 11.63%

R = 56.98%
G = 31.4%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.81

RGB Variations

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

Color information

#311B0A (or 0x311B0A) is known color: Cocoa Brown. HEX triplet: 31, 1B and 0A. RGB value is (49,27,10). Sum of RGB (Red+Green+Blue) = 49+27+10=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #311B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B0A is #CEE4F5. Grayscale: #1F1F1F. Windows color (decimal): -13559030 or 662321. OLE color: 662321.

HSL color Cylindrical-coordinate representation of color #311B0A: hue angle of 26.15º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #311B0A is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 27 10 -
CMYK 0 0.45 0.80 0.81
HSL 26.15º 0.66% 0.12% -
HSV(B) 26.15º 0.8% 0.19% -
XYZ 1.71 1.46 0.48 -
YUV 31.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 49 27 10 0 0.45 0.80 0.81 26.15 0.66 0.12
Hex 31 1B A 0 2D 50 51 1A 42 C
Octal 61 33 12 0 55 120 121 32 102 14
Binary 110001 11011 1010 0 101101 1010000 1010001 11010 1000010 1100

Color Harmonies of #311B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311B0A

Black with #311B0A

Text Example


Text Example

White with #311B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,27,10); }

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

background-color css

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

 a { background-color: rgb(49,27,10); }

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

border-color css

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

 span { border-color: rgb(49,27,10); }

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