Html Css Color HEX #311702 Cocoa Brown

📋 copy color: '#311702'

red 49 ◦ green 23 ◦ blue 2

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

Shades of Cocoa Brown #311702

Tints of Cocoa Brown #311702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 31.08%

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

R = 66.22%
G = 31.08%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#311702 (or 0x311702) is known color: Cocoa Brown. HEX triplet: 31, 17 and 02. RGB value is (49,23,2). Sum of RGB (Red+Green+Blue) = 49+23+2=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #311702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311702 is #CEE8FD. Grayscale: #1C1C1C. Windows color (decimal): -13560062 or 137009. OLE color: 137009.

HSL color Cylindrical-coordinate representation of color #311702: hue angle of 26.81º 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 #311702 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 23 2 -
CMYK 0 0.53 0.96 0.81
HSL 26.81º 0.92% 0.1% -
HSV(B) 26.81º 0.96% 0.19% -
XYZ 1.58 1.27 0.22 -
YUV 28.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 49 23 2 0 0.53 0.96 0.81 26.81 0.92 0.1
Hex 31 17 2 0 35 60 51 1B 5C A
Octal 61 27 2 0 65 140 121 33 134 12
Binary 110001 10111 10 0 110101 1100000 1010001 11011 1011100 1010

Color Harmonies of #311702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311702

Black with #311702

Text Example


Text Example

White with #311702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311702; }

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

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

background-color css

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

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

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

border-color css

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

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

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