Html Css Color HEX #311C04 Cocoa Brown

📋 copy color: '#311C04'

red 49 ◦ green 28 ◦ blue 4

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

Shades of Cocoa Brown #311C04

Tints of Cocoa Brown #311C04

RGB

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

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

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

R = 60.49%
G = 34.57%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#311C04 (or 0x311C04) is known color: Cocoa Brown. HEX triplet: 31, 1C and 04. RGB value is (49,28,4). Sum of RGB (Red+Green+Blue) = 49+28+4=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 4 (1.95% from 255 or 4.94% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #311C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C04 is #CEE3FB. Grayscale: #1F1F1F. Windows color (decimal): -13558780 or 269361. OLE color: 269361.

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

Color convert

RGB 49 28 4 -
CMYK 0 0.43 0.92 0.81
HSL 32º 0.85% 0.1% -
HSV(B) 32º 0.92% 0.19% -
XYZ 1.7 1.49 0.31 -
YUV 31.54 112.46 140.45 -
System Red Green Blue C M Y K H S L
Decimal 49 28 4 0 0.43 0.92 0.81 32 0.85 0.1
Hex 31 1C 4 0 2B 5C 51 20 55 A
Octal 61 34 4 0 53 134 121 40 125 12
Binary 110001 11100 100 0 101011 1011100 1010001 100000 1010101 1010

Color Harmonies of #311C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C04

Black with #311C04

Text Example


Text Example

White with #311C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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