Html Css Color HEX #312619 Cocoa Brown

📋 copy color: '#312619'

red 49 ◦ green 38 ◦ blue 25

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

Shades of Cocoa Brown #312619

Tints of Cocoa Brown #312619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.93%

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

R = 43.75%
G = 33.93%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#312619 (or 0x312619) is known color: Cocoa Brown. HEX triplet: 31, 26 and 19. RGB value is (49,38,25). Sum of RGB (Red+Green+Blue) = 49+38+25=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #312619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312619 is #CED9E6. Grayscale: #272727. Windows color (decimal): -13556199 or 1648177. OLE color: 1648177.

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

Color convert

RGB 49 38 25 -
CMYK 0 0.22 0.49 0.81
HSL 32.5º 0.32% 0.15% -
HSV(B) 32.5º 0.49% 0.19% -
XYZ 2.14 2.11 1.21 -
YUV 39.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 49 38 25 0 0.22 0.49 0.81 32.5 0.32 0.15
Hex 31 26 19 0 16 31 51 20 20 F
Octal 61 46 31 0 26 61 121 40 40 17
Binary 110001 100110 11001 0 10110 110001 1010001 100000 100000 1111

Color Harmonies of #312619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312619

Black with #312619

Text Example


Text Example

White with #312619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312619; }

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

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

background-color css

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

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

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

border-color css

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

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

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