Html Css Color HEX #331406 Brown Pod

📋 copy color: '#331406'

red 51 ◦ green 20 ◦ blue 6

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

Shades of Brown Pod #331406

Tints of Brown Pod #331406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.97%

 BLUE value IS 6 (2.73% from 255) = 7.79%

R = 66.23%
G = 25.97%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.8

RGB Variations

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

Color information

#331406 (or 0x331406) is known color: Brown Pod. HEX triplet: 33, 14 and 06. RGB value is (51,20,6). Sum of RGB (Red+Green+Blue) = 51+20+6=77 (10% of max value = 765). Red value is 51 (20.31% from 255 or 66.23% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 51 - color contains mainly: red. Hex color #331406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331406 is #CCEBF9. Grayscale: #1B1B1B. Windows color (decimal): -13429754 or 398387. OLE color: 398387.

HSL color Cylindrical-coordinate representation of color #331406: hue angle of 18.67º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331406 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 20 6 -
CMYK 0 0.61 0.88 0.8
HSL 18.67º 0.79% 0.11% -
HSV(B) 18.67º 0.88% 0.2% -
XYZ 1.65 1.22 0.32 -
YUV 27.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 51 20 6 0 0.61 0.88 0.8 18.67 0.79 0.11
Hex 33 14 6 0 3D 58 50 13 4F B
Octal 63 24 6 0 75 130 120 23 117 13
Binary 110011 10100 110 0 111101 1011000 1010000 10011 1001111 1011

Color Harmonies of #331406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331406

Black with #331406

Text Example


Text Example

White with #331406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331406; }

 p { color: rgb(51,20,6); }

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

background-color css

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

 a { background-color: rgb(51,20,6); }

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

border-color css

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

 span { border-color: rgb(51,20,6); }

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