Html Css Color HEX #311701 Cocoa Brown

📋 copy color: '#311701'

red 49 ◦ green 23 ◦ blue 1

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

Shades of Cocoa Brown #311701

Tints of Cocoa Brown #311701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 31.51%

 BLUE value IS 1 (0.78% from 255) = 1.37%

R = 67.12%
G = 31.51%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#311701 (or 0x311701) is known color: Cocoa Brown. HEX triplet: 31, 17 and 01. RGB value is (49,23,1). Sum of RGB (Red+Green+Blue) = 49+23+1=73 (9% of max value = 765). Red value is 49 (19.53% from 255 or 67.12% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 49 - color contains mainly: red. Hex color #311701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311701 is #CEE8FE. Grayscale: #1C1C1C. Windows color (decimal): -13560063 or 71473. OLE color: 71473.

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

Color convert

RGB 49 23 1 -
CMYK 0 0.53 0.98 0.81
HSL 27.5º 0.96% 0.1% -
HSV(B) 27.5º 0.98% 0.19% -
XYZ 1.58 1.27 0.19 -
YUV 28.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 49 23 1 0 0.53 0.98 0.81 27.5 0.96 0.1
Hex 31 17 1 0 35 62 51 1C 60 A
Octal 61 27 1 0 65 142 121 34 140 12
Binary 110001 10111 1 0 110101 1100010 1010001 11100 1100000 1010

Color Harmonies of #311701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311701

Black with #311701

Text Example


Text Example

White with #311701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311701; }

 p { color: rgb(49,23,1); }

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

background-color css

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

 a { background-color: rgb(49,23,1); }

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

border-color css

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

 span { border-color: rgb(49,23,1); }

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