Html Css Color HEX #331701 Brown Pod

📋 copy color: '#331701'

red 51 ◦ green 23 ◦ blue 1

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

Shades of Brown Pod #331701

Tints of Brown Pod #331701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 30.67%

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

R = 68%
G = 30.67%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.8

RGB Variations

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

Color information

#331701 (or 0x331701) is known color: Brown Pod. HEX triplet: 33, 17 and 01. RGB value is (51,23,1). Sum of RGB (Red+Green+Blue) = 51+23+1=75 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 51 - color contains mainly: red. Hex color #331701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331701 is #CCE8FE. Grayscale: #1C1C1C. Windows color (decimal): -13428991 or 71475. OLE color: 71475.

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

Color convert

RGB 51 23 1 -
CMYK 0 0.55 0.98 0.8
HSL 26.4º 0.96% 0.1% -
HSV(B) 26.4º 0.98% 0.2% -
XYZ 1.68 1.32 0.19 -
YUV 28.86 112.28 143.79 -
System Red Green Blue C M Y K H S L
Decimal 51 23 1 0 0.55 0.98 0.8 26.4 0.96 0.1
Hex 33 17 1 0 37 62 50 1A 60 A
Octal 63 27 1 0 67 142 120 32 140 12
Binary 110011 10111 1 0 110111 1100010 1010000 11010 1100000 1010

Color Harmonies of #331701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331701

Black with #331701

Text Example


Text Example

White with #331701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331701; }

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

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

background-color css

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

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

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

border-color css

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

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

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