Html Css Color HEX #31231A Cocoa Brown

📋 copy color: '#31231A'

red 49 ◦ green 35 ◦ blue 26

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

Shades of Cocoa Brown #31231A

Tints of Cocoa Brown #31231A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 31.82%

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

R = 44.55%
G = 31.82%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.81

RGB Variations

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

Color information

#31231A (or 0x31231A) is known color: Cocoa Brown. HEX triplet: 31, 23 and 1A. RGB value is (49,35,26). Sum of RGB (Red+Green+Blue) = 49+35+26=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #31231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31231A is #CEDCE5. Grayscale: #262626. Windows color (decimal): -13556966 or 1712945. OLE color: 1712945.

HSL color Cylindrical-coordinate representation of color #31231A: hue angle of 23.48º 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 #31231A is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 35 26 -
CMYK 0 0.29 0.47 0.81
HSL 23.48º 0.31% 0.15% -
HSV(B) 23.48º 0.47% 0.19% -
XYZ 2.05 1.93 1.24 -
YUV 38.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 49 35 26 0 0.29 0.47 0.81 23.48 0.31 0.15
Hex 31 23 1A 0 1D 2F 51 17 1F F
Octal 61 43 32 0 35 57 121 27 37 17
Binary 110001 100011 11010 0 11101 101111 1010001 10111 11111 1111

Color Harmonies of #31231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31231A

Black with #31231A

Text Example


Text Example

White with #31231A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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