Html Css Color HEX #31200F Cocoa Brown

📋 copy color: '#31200F'

red 49 ◦ green 32 ◦ blue 15

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

Shades of Cocoa Brown #31200F

Tints of Cocoa Brown #31200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 33.33%

 BLUE value IS 15 (6.25% from 255) = 15.63%

R = 51.04%
G = 33.33%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#31200F (or 0x31200F) is known color: Cocoa Brown. HEX triplet: 31, 20 and 0F. RGB value is (49,32,15). Sum of RGB (Red+Green+Blue) = 49+32+15=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #31200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31200F is #CEDFF0. Grayscale: #232323. Windows color (decimal): -13557745 or 991281. OLE color: 991281.

HSL color Cylindrical-coordinate representation of color #31200F: hue angle of 30º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31200F is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 32 15 -
CMYK 0 0.35 0.69 0.81
HSL 30º 0.53% 0.13% -
HSV(B) 30º 0.69% 0.19% -
XYZ 1.87 1.72 0.69 -
YUV 35.15 116.63 137.88 -
System Red Green Blue C M Y K H S L
Decimal 49 32 15 0 0.35 0.69 0.81 30 0.53 0.13
Hex 31 20 F 0 23 45 51 1E 35 D
Octal 61 40 17 0 43 105 121 36 65 15
Binary 110001 100000 1111 0 100011 1000101 1010001 11110 110101 1101

Color Harmonies of #31200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31200F

Black with #31200F

Text Example


Text Example

White with #31200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31200F; }

 p { color: rgb(49,32,15); }

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

background-color css

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

 a { background-color: rgb(49,32,15); }

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

border-color css

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

 span { border-color: rgb(49,32,15); }

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