Html Css Color HEX #331505 Brown Pod

📋 copy color: '#331505'

red 51 ◦ green 21 ◦ blue 5

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

Shades of Brown Pod #331505

Tints of Brown Pod #331505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.49%

R = 66.23%
G = 27.27%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.8

RGB Variations

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

Color information

#331505 (or 0x331505) is known color: Brown Pod. HEX triplet: 33, 15 and 05. RGB value is (51,21,5). Sum of RGB (Red+Green+Blue) = 51+21+5=77 (10% of max value = 765). Red value is 51 (20.31% from 255 or 66.23% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 51 - color contains mainly: red. Hex color #331505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331505 is #CCEAFA. Grayscale: #1C1C1C. Windows color (decimal): -13429499 or 333107. OLE color: 333107.

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

Color convert

RGB 51 21 5 -
CMYK 0 0.59 0.90 0.8
HSL 20.87º 0.82% 0.11% -
HSV(B) 20.87º 0.9% 0.2% -
XYZ 1.66 1.25 0.3 -
YUV 28.15 114.94 144.3 -
System Red Green Blue C M Y K H S L
Decimal 51 21 5 0 0.59 0.90 0.8 20.87 0.82 0.11
Hex 33 15 5 0 3B 5A 50 15 52 B
Octal 63 25 5 0 73 132 120 25 122 13
Binary 110011 10101 101 0 111011 1011010 1010000 10101 1010010 1011

Color Harmonies of #331505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331505

Black with #331505

Text Example


Text Example

White with #331505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331505; }

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

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

background-color css

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

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

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

border-color css

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

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

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