Html Css Color HEX #31210F Cocoa Brown

📋 copy color: '#31210F'

red 49 ◦ green 33 ◦ blue 15

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

Shades of Cocoa Brown #31210F

Tints of Cocoa Brown #31210F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 34.02%

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

R = 50.52%
G = 34.02%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#31210F (or 0x31210F) is known color: Cocoa Brown. HEX triplet: 31, 21 and 0F. RGB value is (49,33,15). Sum of RGB (Red+Green+Blue) = 49+33+15=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #31210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31210F is #CEDEF0. Grayscale: #232323. Windows color (decimal): -13557489 or 991537. OLE color: 991537.

HSL color Cylindrical-coordinate representation of color #31210F: hue angle of 31.76º 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 #31210F is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 33 15 -
CMYK 0 0.33 0.69 0.81
HSL 31.76º 0.53% 0.13% -
HSV(B) 31.76º 0.69% 0.19% -
XYZ 1.9 1.78 0.69 -
YUV 35.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 49 33 15 0 0.33 0.69 0.81 31.76 0.53 0.13
Hex 31 21 F 0 21 45 51 20 35 D
Octal 61 41 17 0 41 105 121 40 65 15
Binary 110001 100001 1111 0 100001 1000101 1010001 100000 110101 1101

Color Harmonies of #31210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31210F

Black with #31210F

Text Example


Text Example

White with #31210F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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