Html Css Color HEX #312007 Cocoa Brown

📋 copy color: '#312007'

red 49 ◦ green 32 ◦ blue 7

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

Shades of Cocoa Brown #312007

Tints of Cocoa Brown #312007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 7.95%

R = 55.68%
G = 36.36%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.81

RGB Variations

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

Color information

#312007 (or 0x312007) is known color: Cocoa Brown. HEX triplet: 31, 20 and 07. RGB value is (49,32,7). Sum of RGB (Red+Green+Blue) = 49+32+7=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 7 (3.12% from 255 or 7.95% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #312007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312007 is #CEDFF8. Grayscale: #222222. Windows color (decimal): -13557753 or 466993. OLE color: 466993.

HSL color Cylindrical-coordinate representation of color #312007: hue angle of 35.71º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #312007 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 32 7 -
CMYK 0 0.35 0.86 0.81
HSL 35.71º 0.75% 0.11% -
HSV(B) 35.71º 0.86% 0.19% -
XYZ 1.82 1.7 0.43 -
YUV 34.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 49 32 7 0 0.35 0.86 0.81 35.71 0.75 0.11
Hex 31 20 7 0 23 56 51 24 4B B
Octal 61 40 7 0 43 126 121 44 113 13
Binary 110001 100000 111 0 100011 1010110 1010001 100100 1001011 1011

Color Harmonies of #312007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312007

Black with #312007

Text Example


Text Example

White with #312007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312007; }

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

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

background-color css

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

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

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

border-color css

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

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

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