Html Css Color HEX #331508 Brown Pod

📋 copy color: '#331508'

red 51 ◦ green 21 ◦ blue 8

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

Shades of Brown Pod #331508

Tints of Brown Pod #331508

RGB

 RED value IS 51 (20.31% from 255) = 63.75%

 GREEN value IS 21 (8.59% from 255) = 26.25%

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

R = 63.75%
G = 26.25%
B = 10%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.8

RGB Variations

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

Color information

#331508 (or 0x331508) is known color: Brown Pod. HEX triplet: 33, 15 and 08. RGB value is (51,21,8). Sum of RGB (Red+Green+Blue) = 51+21+8=80 (10% of max value = 765). Red value is 51 (20.31% from 255 or 63.75% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 51 - color contains mainly: red. Hex color #331508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331508 is #CCEAF7. Grayscale: #1C1C1C. Windows color (decimal): -13429496 or 529715. OLE color: 529715.

HSL color Cylindrical-coordinate representation of color #331508: hue angle of 18.14º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331508 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 21 8 -
CMYK 0 0.59 0.84 0.8
HSL 18.14º 0.73% 0.12% -
HSV(B) 18.14º 0.84% 0.2% -
XYZ 1.68 1.26 0.38 -
YUV 28.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 51 21 8 0 0.59 0.84 0.8 18.14 0.73 0.12
Hex 33 15 8 0 3B 54 50 12 49 C
Octal 63 25 10 0 73 124 120 22 111 14
Binary 110011 10101 1000 0 111011 1010100 1010000 10010 1001001 1100

Color Harmonies of #331508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331508

Black with #331508

Text Example


Text Example

White with #331508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331508; }

 p { color: rgb(51,21,8); }

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

background-color css

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

 a { background-color: rgb(51,21,8); }

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

border-color css

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

 span { border-color: rgb(51,21,8); }

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