Html Css Color HEX #311708 Brown Pod

📋 copy color: '#311708'

red 49 ◦ green 23 ◦ blue 8

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

Shades of Brown Pod #311708

Tints of Brown Pod #311708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 10%

R = 61.25%
G = 28.75%
B = 10%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.81

RGB Variations

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

Color information

#311708 (or 0x311708) is known color: Brown Pod. HEX triplet: 31, 17 and 08. RGB value is (49,23,8). Sum of RGB (Red+Green+Blue) = 49+23+8=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #311708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311708 is #CEE8F7. Grayscale: #1D1D1D. Windows color (decimal): -13560056 or 530225. OLE color: 530225.

HSL color Cylindrical-coordinate representation of color #311708: hue angle of 21.95º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311708 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 23 8 -
CMYK 0 0.53 0.84 0.81
HSL 21.95º 0.72% 0.11% -
HSV(B) 21.95º 0.84% 0.19% -
XYZ 1.62 1.28 0.39 -
YUV 29.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 49 23 8 0 0.53 0.84 0.81 21.95 0.72 0.11
Hex 31 17 8 0 35 54 51 16 48 B
Octal 61 27 10 0 65 124 121 26 110 13
Binary 110001 10111 1000 0 110101 1010100 1010001 10110 1001000 1011

Color Harmonies of #311708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311708

Black with #311708

Text Example


Text Example

White with #311708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311708; }

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

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

background-color css

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

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

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

border-color css

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

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

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