Html Css Color HEX #312518 Cocoa Brown

📋 copy color: '#312518'

red 49 ◦ green 37 ◦ blue 24

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

Shades of Cocoa Brown #312518

Tints of Cocoa Brown #312518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 21.82%

R = 44.55%
G = 33.64%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.81

RGB Variations

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

Color information

#312518 (or 0x312518) is known color: Cocoa Brown. HEX triplet: 31, 25 and 18. RGB value is (49,37,24). Sum of RGB (Red+Green+Blue) = 49+37+24=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #312518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312518 is #CEDAE7. Grayscale: #272727. Windows color (decimal): -13556456 or 1582385. OLE color: 1582385.

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

Color convert

RGB 49 37 24 -
CMYK 0 0.24 0.51 0.81
HSL 31.2º 0.34% 0.14% -
HSV(B) 31.2º 0.51% 0.19% -
XYZ 2.09 2.04 1.15 -
YUV 39.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 49 37 24 0 0.24 0.51 0.81 31.2 0.34 0.14
Hex 31 25 18 0 18 33 51 1F 22 E
Octal 61 45 30 0 30 63 121 37 42 16
Binary 110001 100101 11000 0 11000 110011 1010001 11111 100010 1110

Color Harmonies of #312518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312518

Black with #312518

Text Example


Text Example

White with #312518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312518; }

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

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

background-color css

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

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

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

border-color css

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

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

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