Html Css Color HEX #311A04 Cocoa Brown

📋 copy color: '#311A04'

red 49 ◦ green 26 ◦ blue 4

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

Shades of Cocoa Brown #311A04

Tints of Cocoa Brown #311A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.06%

R = 62.03%
G = 32.91%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#311A04 (or 0x311A04) is known color: Cocoa Brown. HEX triplet: 31, 1A and 04. RGB value is (49,26,4). Sum of RGB (Red+Green+Blue) = 49+26+4=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 26 (10.55% from 255 or 32.91% from 79); Blue value is 4 (1.95% from 255 or 5.06% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #311A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A04 is #CEE5FB. Grayscale: #1E1E1E. Windows color (decimal): -13559292 or 268849. OLE color: 268849.

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

Color convert

RGB 49 26 4 -
CMYK 0 0.47 0.92 0.81
HSL 29.33º 0.85% 0.1% -
HSV(B) 29.33º 0.92% 0.19% -
XYZ 1.66 1.4 0.3 -
YUV 30.37 113.12 141.29 -
System Red Green Blue C M Y K H S L
Decimal 49 26 4 0 0.47 0.92 0.81 29.33 0.85 0.1
Hex 31 1A 4 0 2F 5C 51 1D 55 A
Octal 61 32 4 0 57 134 121 35 125 12
Binary 110001 11010 100 0 101111 1011100 1010001 11101 1010101 1010

Color Harmonies of #311A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A04

Black with #311A04

Text Example


Text Example

White with #311A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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