Html Css Color HEX #312419 Cocoa Brown

📋 copy color: '#312419'

red 49 ◦ green 36 ◦ blue 25

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

Shades of Cocoa Brown #312419

Tints of Cocoa Brown #312419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 32.73%

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

R = 44.55%
G = 32.73%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#312419 (or 0x312419) is known color: Cocoa Brown. HEX triplet: 31, 24 and 19. RGB value is (49,36,25). Sum of RGB (Red+Green+Blue) = 49+36+25=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #312419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312419 is #CEDBE6. Grayscale: #262626. Windows color (decimal): -13556711 or 1647665. OLE color: 1647665.

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

Color convert

RGB 49 36 25 -
CMYK 0 0.27 0.49 0.81
HSL 27.5º 0.32% 0.15% -
HSV(B) 27.5º 0.49% 0.19% -
XYZ 2.07 1.98 1.19 -
YUV 38.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 49 36 25 0 0.27 0.49 0.81 27.5 0.32 0.15
Hex 31 24 19 0 1B 31 51 1C 20 F
Octal 61 44 31 0 33 61 121 34 40 17
Binary 110001 100100 11001 0 11011 110001 1010001 11100 100000 1111

Color Harmonies of #312419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312419

Black with #312419

Text Example


Text Example

White with #312419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312419; }

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

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

background-color css

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

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

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

border-color css

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

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

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