Html Css Color HEX #331201 Brown Pod

📋 copy color: '#331201'

red 51 ◦ green 18 ◦ blue 1

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

Shades of Brown Pod #331201

Tints of Brown Pod #331201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25.71%

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

R = 72.86%
G = 25.71%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.8

RGB Variations

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

Color information

#331201 (or 0x331201) is known color: Brown Pod. HEX triplet: 33, 12 and 01. RGB value is (51,18,1). Sum of RGB (Red+Green+Blue) = 51+18+1=70 (9% of max value = 765). Red value is 51 (20.31% from 255 or 72.86% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 51 - color contains mainly: red. Hex color #331201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331201 is #CCEDFE. Grayscale: #1A1A1A. Windows color (decimal): -13430271 or 70195. OLE color: 70195.

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

Color convert

RGB 51 18 1 -
CMYK 0 0.65 0.98 0.8
HSL 20.4º 0.96% 0.1% -
HSV(B) 20.4º 0.98% 0.2% -
XYZ 1.59 1.14 0.16 -
YUV 25.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 51 18 1 0 0.65 0.98 0.8 20.4 0.96 0.1
Hex 33 12 1 0 41 62 50 14 60 A
Octal 63 22 1 0 101 142 120 24 140 12
Binary 110011 10010 1 0 1000001 1100010 1010000 10100 1100000 1010

Color Harmonies of #331201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331201

Black with #331201

Text Example


Text Example

White with #331201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331201; }

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

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

background-color css

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

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

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

border-color css

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

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

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