Html Css Color HEX #311A06 Cocoa Brown

📋 copy color: '#311A06'

red 49 ◦ green 26 ◦ blue 6

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

Shades of Cocoa Brown #311A06

Tints of Cocoa Brown #311A06

RGB

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

 GREEN value IS 26 (10.55% from 255) = 32.1%

 BLUE value IS 6 (2.73% from 255) = 7.41%

R = 60.49%
G = 32.1%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.81

RGB Variations

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

Color information

#311A06 (or 0x311A06) is known color: Cocoa Brown. HEX triplet: 31, 1A and 06. RGB value is (49,26,6). Sum of RGB (Red+Green+Blue) = 49+26+6=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 6 (2.73% from 255 or 7.41% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #311A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A06 is #CEE5F9. Grayscale: #1E1E1E. Windows color (decimal): -13559290 or 399921. OLE color: 399921.

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

Color convert

RGB 49 26 6 -
CMYK 0 0.47 0.88 0.81
HSL 27.91º 0.78% 0.11% -
HSV(B) 27.91º 0.88% 0.19% -
XYZ 1.67 1.4 0.36 -
YUV 30.6 114.12 141.13 -
System Red Green Blue C M Y K H S L
Decimal 49 26 6 0 0.47 0.88 0.81 27.91 0.78 0.11
Hex 31 1A 6 0 2F 58 51 1C 4E B
Octal 61 32 6 0 57 130 121 34 116 13
Binary 110001 11010 110 0 101111 1011000 1010001 11100 1001110 1011

Color Harmonies of #311A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A06

Black with #311A06

Text Example


Text Example

White with #311A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,26,6); }

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

background-color css

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

 a { background-color: rgb(49,26,6); }

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

border-color css

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

 span { border-color: rgb(49,26,6); }

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