Html Css Color HEX #311902 Cocoa Brown

📋 copy color: '#311902'

red 49 ◦ green 25 ◦ blue 2

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

Shades of Cocoa Brown #311902

Tints of Cocoa Brown #311902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 32.89%

 BLUE value IS 2 (1.17% from 255) = 2.63%

R = 64.47%
G = 32.89%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#311902 (or 0x311902) is known color: Cocoa Brown. HEX triplet: 31, 19 and 02. RGB value is (49,25,2). Sum of RGB (Red+Green+Blue) = 49+25+2=76 (10% of max value = 765). Red value is 49 (19.53% from 255 or 64.47% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 49 - color contains mainly: red. Hex color #311902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311902 is #CEE6FD. Grayscale: #1D1D1D. Windows color (decimal): -13559550 or 137521. OLE color: 137521.

HSL color Cylindrical-coordinate representation of color #311902: hue angle of 29.36º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #311902 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 25 2 -
CMYK 0 0.49 0.96 0.81
HSL 29.36º 0.92% 0.1% -
HSV(B) 29.36º 0.96% 0.19% -
XYZ 1.63 1.35 0.23 -
YUV 29.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 49 25 2 0 0.49 0.96 0.81 29.36 0.92 0.1
Hex 31 19 2 0 31 60 51 1D 5C A
Octal 61 31 2 0 61 140 121 35 134 12
Binary 110001 11001 10 0 110001 1100000 1010001 11101 1011100 1010

Color Harmonies of #311902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311902

Black with #311902

Text Example


Text Example

White with #311902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311902; }

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

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

background-color css

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

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

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

border-color css

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

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

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