Html Css Color HEX #311800 Cocoa Brown

📋 copy color: '#311800'

red 49 ◦ green 24 ◦ blue 0

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

Shades of Cocoa Brown #311800

Tints of Cocoa Brown #311800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 32.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.12%
G = 32.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#311800 (or 0x311800) is known color: Cocoa Brown. HEX triplet: 31, 18 and 00. RGB value is (49,24,0). Sum of RGB (Red+Green+Blue) = 49+24+0=73 (9% of max value = 765). Red value is 49 (19.53% from 255 or 67.12% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 49 - color contains mainly: red. Hex color #311800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311800 is #CEE7FF. Grayscale: #1C1C1C. Windows color (decimal): -13559808 or 6193. OLE color: 6193.

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

Color convert

RGB 49 24 0 -
CMYK 0 0.51 1 0.81
HSL 29.39º 1% 0.1% -
HSV(B) 29.39º 1% 0.19% -
XYZ 1.59 1.31 0.17 -
YUV 28.74 111.78 142.45 -
System Red Green Blue C M Y K H S L
Decimal 49 24 0 0 0.51 1 0.81 29.39 1 0.1
Hex 31 18 0 0 33 64 51 1D 64 A
Octal 61 30 0 0 63 144 121 35 144 12
Binary 110001 11000 0 0 110011 1100100 1010001 11101 1100100 1010

Color Harmonies of #311800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311800

Black with #311800

Text Example


Text Example

White with #311800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311800; }

 p { color: rgb(49,24,0); }

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

background-color css

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

 a { background-color: rgb(49,24,0); }

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

border-color css

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

 span { border-color: rgb(49,24,0); }

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