Html Css Color HEX #312519 Cocoa Brown

📋 copy color: '#312519'

red 49 ◦ green 37 ◦ blue 25

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

Shades of Cocoa Brown #312519

Tints of Cocoa Brown #312519

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.33%

 BLUE value IS 25 (10.16% from 255) = 22.52%

R = 44.14%
G = 33.33%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#312519 (or 0x312519) is known color: Cocoa Brown. HEX triplet: 31, 25 and 19. RGB value is (49,37,25). Sum of RGB (Red+Green+Blue) = 49+37+25=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #312519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312519 is #CEDAE6. Grayscale: #272727. Windows color (decimal): -13556455 or 1647921. OLE color: 1647921.

HSL color Cylindrical-coordinate representation of color #312519: hue angle of 30º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #312519 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 37 25 -
CMYK 0 0.24 0.49 0.81
HSL 30º 0.32% 0.15% -
HSV(B) 30º 0.49% 0.19% -
XYZ 2.1 2.05 1.2 -
YUV 39.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 49 37 25 0 0.24 0.49 0.81 30 0.32 0.15
Hex 31 25 19 0 18 31 51 1E 20 F
Octal 61 45 31 0 30 61 121 36 40 17
Binary 110001 100101 11001 0 11000 110001 1010001 11110 100000 1111

Color Harmonies of #312519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312519

Black with #312519

Text Example


Text Example

White with #312519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312519; }

 p { color: rgb(49,37,25); }

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

background-color css

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

 a { background-color: rgb(49,37,25); }

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

border-color css

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

 span { border-color: rgb(49,37,25); }

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