Html Css Color HEX #331501 Brown Pod

📋 copy color: '#331501'

red 51 ◦ green 21 ◦ blue 1

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

Shades of Brown Pod #331501

Tints of Brown Pod #331501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.37%

R = 69.86%
G = 28.77%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.8

RGB Variations

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

Color information

#331501 (or 0x331501) is known color: Brown Pod. HEX triplet: 33, 15 and 01. RGB value is (51,21,1). Sum of RGB (Red+Green+Blue) = 51+21+1=73 (9% of max value = 765). Red value is 51 (20.31% from 255 or 69.86% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 51 - color contains mainly: red. Hex color #331501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331501 is #CCEAFE. Grayscale: #1B1B1B. Windows color (decimal): -13429503 or 70963. OLE color: 70963.

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

Color convert

RGB 51 21 1 -
CMYK 0 0.59 0.98 0.8
HSL 24º 0.96% 0.1% -
HSV(B) 24º 0.98% 0.2% -
XYZ 1.64 1.24 0.18 -
YUV 27.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 51 21 1 0 0.59 0.98 0.8 24 0.96 0.1
Hex 33 15 1 0 3B 62 50 18 60 A
Octal 63 25 1 0 73 142 120 30 140 12
Binary 110011 10101 1 0 111011 1100010 1010000 11000 1100000 1010

Color Harmonies of #331501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331501

Black with #331501

Text Example


Text Example

White with #331501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331501; }

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

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

background-color css

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

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

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

border-color css

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

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

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