Html Css Color HEX #471300 Brown Pod

📋 copy color: '#471300'

red 71 ◦ green 19 ◦ blue 0

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

Shades of Brown Pod #471300

Tints of Brown Pod #471300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.89%
G = 21.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#471300 (or 0x471300) is known color: Brown Pod. HEX triplet: 47, 13 and 00. RGB value is (71,19,0). Sum of RGB (Red+Green+Blue) = 71+19+0=90 (11% of max value = 765). Red value is 71 (28.12% from 255 or 78.89% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 71 - color contains mainly: red. Hex color #471300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471300 is #B8ECFF. Grayscale: #202020. Windows color (decimal): -12119296 or 4935. OLE color: 4935.

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

Color convert

RGB 71 19 0 -
CMYK 0 0.73 1 0.72
HSL 16.06º 1% 0.14% -
HSV(B) 16.06º 1% 0.28% -
XYZ 2.83 1.81 0.2 -
YUV 32.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 71 19 0 0 0.73 1 0.72 16.06 1 0.14
Hex 47 13 0 0 49 64 48 10 64 E
Octal 107 23 0 0 111 144 110 20 144 16
Binary 1000111 10011 0 0 1001001 1100100 1001000 10000 1100100 1110

Color Harmonies of #471300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471300

Black with #471300

Text Example


Text Example

White with #471300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471300; }

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

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

background-color css

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

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

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

border-color css

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

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

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