Html Css Color HEX #471700 Brown Pod

📋 copy color: '#471700'

red 71 ◦ green 23 ◦ blue 0

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

Shades of Brown Pod #471700

Tints of Brown Pod #471700

RGB

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

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

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

R = 75.53%
G = 24.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#471700 (or 0x471700) is known color: Brown Pod. HEX triplet: 47, 17 and 00. RGB value is (71,23,0). Sum of RGB (Red+Green+Blue) = 71+23+0=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #471700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471700 is #B8E8FF. Grayscale: #222222. Windows color (decimal): -12118272 or 5959. OLE color: 5959.

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

Color convert

RGB 71 23 0 -
CMYK 0 0.68 1 0.72
HSL 19.44º 1% 0.14% -
HSV(B) 19.44º 1% 0.28% -
XYZ 2.9 1.95 0.22 -
YUV 34.73 108.4 153.87 -
System Red Green Blue C M Y K H S L
Decimal 71 23 0 0 0.68 1 0.72 19.44 1 0.14
Hex 47 17 0 0 44 64 48 13 64 E
Octal 107 27 0 0 104 144 110 23 144 16
Binary 1000111 10111 0 0 1000100 1100100 1001000 10011 1100100 1110

Color Harmonies of #471700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471700

Black with #471700

Text Example


Text Example

White with #471700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471700; }

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

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

background-color css

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

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

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

border-color css

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

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

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