Html Css Color HEX #312001 Cocoa Brown

📋 copy color: '#312001'

red 49 ◦ green 32 ◦ blue 1

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

Shades of Cocoa Brown #312001

Tints of Cocoa Brown #312001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 39.02%

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

R = 59.76%
G = 39.02%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#312001 (or 0x312001) is known color: Cocoa Brown. HEX triplet: 31, 20 and 01. RGB value is (49,32,1). Sum of RGB (Red+Green+Blue) = 49+32+1=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 32 (12.89% from 255 or 39.02% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #312001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312001 is #CEDFFE. Grayscale: #212121. Windows color (decimal): -13557759 or 73777. OLE color: 73777.

HSL color Cylindrical-coordinate representation of color #312001: hue angle of 38.75º 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 #312001 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 32 1 -
CMYK 0 0.35 0.98 0.81
HSL 38.75º 0.96% 0.1% -
HSV(B) 38.75º 0.98% 0.19% -
XYZ 1.79 1.69 0.26 -
YUV 33.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 49 32 1 0 0.35 0.98 0.81 38.75 0.96 0.1
Hex 31 20 1 0 23 62 51 27 60 A
Octal 61 40 1 0 43 142 121 47 140 12
Binary 110001 100000 1 0 100011 1100010 1010001 100111 1100000 1010

Color Harmonies of #312001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312001

Black with #312001

Text Example


Text Example

White with #312001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312001; }

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

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

background-color css

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

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

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

border-color css

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

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

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