Html Css Color HEX #331609 Brown Pod

📋 copy color: '#331609'

red 51 ◦ green 22 ◦ blue 9

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

Shades of Brown Pod #331609

Tints of Brown Pod #331609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 26.83%

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

R = 62.2%
G = 26.83%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.8

RGB Variations

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

Color information

#331609 (or 0x331609) is known color: Brown Pod. HEX triplet: 33, 16 and 09. RGB value is (51,22,9). Sum of RGB (Red+Green+Blue) = 51+22+9=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 9 (3.91% from 255 or 10.98% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #331609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331609 is #CCE9F6. Grayscale: #1D1D1D. Windows color (decimal): -13429239 or 595507. OLE color: 595507.

HSL color Cylindrical-coordinate representation of color #331609: hue angle of 18.57º 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 #331609 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 22 9 -
CMYK 0 0.57 0.82 0.8
HSL 18.57º 0.7% 0.12% -
HSV(B) 18.57º 0.82% 0.2% -
XYZ 1.7 1.3 0.42 -
YUV 29.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 51 22 9 0 0.57 0.82 0.8 18.57 0.7 0.12
Hex 33 16 9 0 39 52 50 13 46 C
Octal 63 26 11 0 71 122 120 23 106 14
Binary 110011 10110 1001 0 111001 1010010 1010000 10011 1000110 1100

Color Harmonies of #331609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331609

Black with #331609

Text Example


Text Example

White with #331609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331609; }

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

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

background-color css

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

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

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

border-color css

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

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

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