Html Css Color HEX #331403 Brown Pod

📋 copy color: '#331403'

red 51 ◦ green 20 ◦ blue 3

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

Shades of Brown Pod #331403

Tints of Brown Pod #331403

RGB

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

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

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

R = 68.92%
G = 27.03%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.8

RGB Variations

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

Color information

#331403 (or 0x331403) is known color: Brown Pod. HEX triplet: 33, 14 and 03. RGB value is (51,20,3). Sum of RGB (Red+Green+Blue) = 51+20+3=74 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68.92% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 51 - color contains mainly: red. Hex color #331403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331403 is #CCEBFC. Grayscale: #1B1B1B. Windows color (decimal): -13429757 or 201779. OLE color: 201779.

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

Color convert

RGB 51 20 3 -
CMYK 0 0.61 0.94 0.8
HSL 21.25º 0.89% 0.11% -
HSV(B) 21.25º 0.94% 0.2% -
XYZ 1.63 1.21 0.23 -
YUV 27.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 51 20 3 0 0.61 0.94 0.8 21.25 0.89 0.11
Hex 33 14 3 0 3D 5E 50 15 59 B
Octal 63 24 3 0 75 136 120 25 131 13
Binary 110011 10100 11 0 111101 1011110 1010000 10101 1011001 1011

Color Harmonies of #331403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331403

Black with #331403

Text Example


Text Example

White with #331403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331403; }

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

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

background-color css

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

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

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

border-color css

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

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

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