Html Css Color HEX #471302 Brown Pod

📋 copy color: '#471302'

red 71 ◦ green 19 ◦ blue 2

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

Shades of Brown Pod #471302

Tints of Brown Pod #471302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.65%

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

R = 77.17%
G = 20.65%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#471302 (or 0x471302) is known color: Brown Pod. HEX triplet: 47, 13 and 02. RGB value is (71,19,2). Sum of RGB (Red+Green+Blue) = 71+19+2=92 (12% of max value = 765). Red value is 71 (28.12% from 255 or 77.17% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 71 - color contains mainly: red. Hex color #471302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471302 is #B8ECFD. Grayscale: #202020. Windows color (decimal): -12119294 or 136007. OLE color: 136007.

HSL color Cylindrical-coordinate representation of color #471302: hue angle of 14.78º 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 #471302 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 19 2 -
CMYK 0 0.73 0.97 0.72
HSL 14.78º 0.95% 0.14% -
HSV(B) 14.78º 0.97% 0.28% -
XYZ 2.84 1.81 0.26 -
YUV 32.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 71 19 2 0 0.73 0.97 0.72 14.78 0.95 0.14
Hex 47 13 2 0 49 61 48 F 5F E
Octal 107 23 2 0 111 141 110 17 137 16
Binary 1000111 10011 10 0 1001001 1100001 1001000 1111 1011111 1110

Color Harmonies of #471302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471302

Black with #471302

Text Example


Text Example

White with #471302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471302; }

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

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

background-color css

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

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

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

border-color css

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

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

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