Html Css Color HEX #331503 Brown Pod

📋 copy color: '#331503'

red 51 ◦ green 21 ◦ blue 3

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

Shades of Brown Pod #331503

Tints of Brown Pod #331503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 4%

R = 68%
G = 28%
B = 4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.8

RGB Variations

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

Color information

#331503 (or 0x331503) is known color: Brown Pod. HEX triplet: 33, 15 and 03. RGB value is (51,21,3). Sum of RGB (Red+Green+Blue) = 51+21+3=75 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 3 (1.56% from 255 or 4% from 75); Max value from RGB is 51 - color contains mainly: red. Hex color #331503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331503 is #CCEAFC. Grayscale: #1C1C1C. Windows color (decimal): -13429501 or 202035. OLE color: 202035.

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

Color convert

RGB 51 21 3 -
CMYK 0 0.59 0.94 0.8
HSL 22.5º 0.89% 0.11% -
HSV(B) 22.5º 0.94% 0.2% -
XYZ 1.65 1.25 0.24 -
YUV 27.92 113.94 144.46 -
System Red Green Blue C M Y K H S L
Decimal 51 21 3 0 0.59 0.94 0.8 22.5 0.89 0.11
Hex 33 15 3 0 3B 5E 50 16 59 B
Octal 63 25 3 0 73 136 120 26 131 13
Binary 110011 10101 11 0 111011 1011110 1010000 10110 1011001 1011

Color Harmonies of #331503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331503

Black with #331503

Text Example


Text Example

White with #331503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331503; }

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

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

background-color css

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

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

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

border-color css

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

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

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