Html Css Color HEX #331509 Brown Pod

📋 copy color: '#331509'

red 51 ◦ green 21 ◦ blue 9

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

Shades of Brown Pod #331509

Tints of Brown Pod #331509

RGB

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

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

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

R = 62.96%
G = 25.93%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.8

RGB Variations

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

Color information

#331509 (or 0x331509) is known color: Brown Pod. HEX triplet: 33, 15 and 09. RGB value is (51,21,9). Sum of RGB (Red+Green+Blue) = 51+21+9=81 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.96% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 51 - color contains mainly: red. Hex color #331509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331509 is #CCEAF6. Grayscale: #1C1C1C. Windows color (decimal): -13429495 or 595251. OLE color: 595251.

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

Color convert

RGB 51 21 9 -
CMYK 0 0.59 0.82 0.8
HSL 17.14º 0.7% 0.12% -
HSV(B) 17.14º 0.82% 0.2% -
XYZ 1.68 1.26 0.41 -
YUV 28.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 51 21 9 0 0.59 0.82 0.8 17.14 0.7 0.12
Hex 33 15 9 0 3B 52 50 11 46 C
Octal 63 25 11 0 73 122 120 21 106 14
Binary 110011 10101 1001 0 111011 1010010 1010000 10001 1000110 1100

Color Harmonies of #331509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331509

Black with #331509

Text Example


Text Example

White with #331509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331509; }

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

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

background-color css

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

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

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

border-color css

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

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

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