Html Css Color HEX #311A00 Cocoa Brown

📋 copy color: '#311A00'

red 49 ◦ green 26 ◦ blue 0

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

Shades of Cocoa Brown #311A00

Tints of Cocoa Brown #311A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 34.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.33%
G = 34.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#311A00 (or 0x311A00) is known color: Cocoa Brown. HEX triplet: 31, 1A and 00. RGB value is (49,26,0). Sum of RGB (Red+Green+Blue) = 49+26+0=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #311A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A00 is #CEE5FF. Grayscale: #1E1E1E. Windows color (decimal): -13559296 or 6705. OLE color: 6705.

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

Color convert

RGB 49 26 0 -
CMYK 0 0.47 1 0.81
HSL 31.84º 1% 0.1% -
HSV(B) 31.84º 1% 0.19% -
XYZ 1.64 1.39 0.18 -
YUV 29.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 49 26 0 0 0.47 1 0.81 31.84 1 0.1
Hex 31 1A 0 0 2F 64 51 20 64 A
Octal 61 32 0 0 57 144 121 40 144 12
Binary 110001 11010 0 0 101111 1100100 1010001 100000 1100100 1010

Color Harmonies of #311A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A00

Black with #311A00

Text Example


Text Example

White with #311A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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