Html Css Color HEX #471902 Brown Pod

📋 copy color: '#471902'

red 71 ◦ green 25 ◦ blue 2

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

Shades of Brown Pod #471902

Tints of Brown Pod #471902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.51%

 BLUE value IS 2 (1.17% from 255) = 2.04%

R = 72.45%
G = 25.51%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#471902 (or 0x471902) is known color: Brown Pod. HEX triplet: 47, 19 and 02. RGB value is (71,25,2). Sum of RGB (Red+Green+Blue) = 71+25+2=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #471902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471902 is #B8E6FD. Grayscale: #242424. Windows color (decimal): -12117758 or 137543. OLE color: 137543.

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

Color convert

RGB 71 25 2 -
CMYK 0 0.65 0.97 0.72
HSL 20º 0.95% 0.14% -
HSV(B) 20º 0.97% 0.28% -
XYZ 2.96 2.04 0.3 -
YUV 36.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 71 25 2 0 0.65 0.97 0.72 20 0.95 0.14
Hex 47 19 2 0 41 61 48 14 5F E
Octal 107 31 2 0 101 141 110 24 137 16
Binary 1000111 11001 10 0 1000001 1100001 1001000 10100 1011111 1110

Color Harmonies of #471902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471902

Black with #471902

Text Example


Text Example

White with #471902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471902; }

 p { color: rgb(71,25,2); }

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

background-color css

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

 a { background-color: rgb(71,25,2); }

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

border-color css

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

 span { border-color: rgb(71,25,2); }

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