Html Css Color HEX #311D05 Cocoa Brown

📋 copy color: '#311D05'

red 49 ◦ green 29 ◦ blue 5

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

Shades of Cocoa Brown #311D05

Tints of Cocoa Brown #311D05

RGB

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

 GREEN value IS 29 (11.72% from 255) = 34.94%

 BLUE value IS 5 (2.34% from 255) = 6.02%

R = 59.04%
G = 34.94%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#311D05 (or 0x311D05) is known color: Cocoa Brown. HEX triplet: 31, 1D and 05. RGB value is (49,29,5). Sum of RGB (Red+Green+Blue) = 49+29+5=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #311D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D05 is #CEE2FA. Grayscale: #202020. Windows color (decimal): -13558523 or 335153. OLE color: 335153.

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

Color convert

RGB 49 29 5 -
CMYK 0 0.41 0.90 0.81
HSL 32.73º 0.81% 0.11% -
HSV(B) 32.73º 0.9% 0.19% -
XYZ 1.73 1.54 0.35 -
YUV 32.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 49 29 5 0 0.41 0.90 0.81 32.73 0.81 0.11
Hex 31 1D 5 0 29 5A 51 21 51 B
Octal 61 35 5 0 51 132 121 41 121 13
Binary 110001 11101 101 0 101001 1011010 1010001 100001 1010001 1011

Color Harmonies of #311D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311D05

Black with #311D05

Text Example


Text Example

White with #311D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,29,5); }

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

background-color css

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

 a { background-color: rgb(49,29,5); }

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

border-color css

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

 span { border-color: rgb(49,29,5); }

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