Html Css Color HEX #311B09 Cocoa Brown

📋 copy color: '#311B09'

red 49 ◦ green 27 ◦ blue 9

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

Shades of Cocoa Brown #311B09

Tints of Cocoa Brown #311B09

RGB

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

 GREEN value IS 27 (10.94% from 255) = 31.76%

 BLUE value IS 9 (3.91% from 255) = 10.59%

R = 57.65%
G = 31.76%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.81

RGB Variations

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

Color information

#311B09 (or 0x311B09) is known color: Cocoa Brown. HEX triplet: 31, 1B and 09. RGB value is (49,27,9). Sum of RGB (Red+Green+Blue) = 49+27+9=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 9 (3.91% from 255 or 10.59% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #311B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B09 is #CEE4F6. Grayscale: #1F1F1F. Windows color (decimal): -13559031 or 596785. OLE color: 596785.

HSL color Cylindrical-coordinate representation of color #311B09: hue angle of 27º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311B09 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 27 9 -
CMYK 0 0.45 0.82 0.81
HSL 27º 0.69% 0.11% -
HSV(B) 27º 0.82% 0.19% -
XYZ 1.71 1.46 0.45 -
YUV 31.53 115.29 140.46 -
System Red Green Blue C M Y K H S L
Decimal 49 27 9 0 0.45 0.82 0.81 27 0.69 0.11
Hex 31 1B 9 0 2D 52 51 1B 45 B
Octal 61 33 11 0 55 122 121 33 105 13
Binary 110001 11011 1001 0 101101 1010010 1010001 11011 1000101 1011

Color Harmonies of #311B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311B09

Black with #311B09

Text Example


Text Example

White with #311B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,27,9); }

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

background-color css

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

 a { background-color: rgb(49,27,9); }

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

border-color css

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

 span { border-color: rgb(49,27,9); }

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