Html Css Color HEX #472101 Brown Pod

📋 copy color: '#472101'

red 71 ◦ green 33 ◦ blue 1

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

Shades of Brown Pod #472101

Tints of Brown Pod #472101

RGB

 RED value IS 71 (28.13% from 255) = 67.62%

 GREEN value IS 33 (13.28% from 255) = 31.43%

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

R = 67.62%
G = 31.43%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#472101 (or 0x472101) is known color: Brown Pod. HEX triplet: 47, 21 and 01. RGB value is (71,33,1). Sum of RGB (Red+Green+Blue) = 71+33+1=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #472101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472101 is #B8DEFE. Grayscale: #282828. Windows color (decimal): -12115711 or 74055. OLE color: 74055.

HSL color Cylindrical-coordinate representation of color #472101: hue angle of 27.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #472101 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 33 1 -
CMYK 0 0.54 0.99 0.72
HSL 27.43º 0.97% 0.14% -
HSV(B) 27.43º 0.99% 0.28% -
XYZ 3.15 2.43 0.33 -
YUV 40.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 71 33 1 0 0.54 0.99 0.72 27.43 0.97 0.14
Hex 47 21 1 0 36 63 48 1B 61 E
Octal 107 41 1 0 66 143 110 33 141 16
Binary 1000111 100001 1 0 110110 1100011 1001000 11011 1100001 1110

Color Harmonies of #472101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472101

Black with #472101

Text Example


Text Example

White with #472101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472101; }

 p { color: rgb(71,33,1); }

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

background-color css

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

 a { background-color: rgb(71,33,1); }

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

border-color css

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

 span { border-color: rgb(71,33,1); }

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