Html Css Color HEX #31251A Cocoa Brown

📋 copy color: '#31251A'

red 49 ◦ green 37 ◦ blue 26

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

Shades of Cocoa Brown #31251A

Tints of Cocoa Brown #31251A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.21%

R = 43.75%
G = 33.04%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.81

RGB Variations

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

Color information

#31251A (or 0x31251A) is known color: Cocoa Brown. HEX triplet: 31, 25 and 1A. RGB value is (49,37,26). Sum of RGB (Red+Green+Blue) = 49+37+26=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #31251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31251A is #CEDAE5. Grayscale: #272727. Windows color (decimal): -13556454 or 1713457. OLE color: 1713457.

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

Color convert

RGB 49 37 26 -
CMYK 0 0.24 0.47 0.81
HSL 28.7º 0.31% 0.15% -
HSV(B) 28.7º 0.47% 0.19% -
XYZ 2.11 2.05 1.26 -
YUV 39.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 49 37 26 0 0.24 0.47 0.81 28.7 0.31 0.15
Hex 31 25 1A 0 18 2F 51 1D 1F F
Octal 61 45 32 0 30 57 121 35 37 17
Binary 110001 100101 11010 0 11000 101111 1010001 11101 11111 1111

Color Harmonies of #31251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31251A

Black with #31251A

Text Example


Text Example

White with #31251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31251A; }

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

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

background-color css

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

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

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

border-color css

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

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

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