Html Css Color HEX #471C00 Brown Pod

📋 copy color: '#471C00'

red 71 ◦ green 28 ◦ blue 0

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

Shades of Brown Pod #471C00

Tints of Brown Pod #471C00

RGB

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

 GREEN value IS 28 (11.33% from 255) = 28.28%

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

R = 71.72%
G = 28.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#471C00 (or 0x471C00) is known color: Brown Pod. HEX triplet: 47, 1C and 00. RGB value is (71,28,0). Sum of RGB (Red+Green+Blue) = 71+28+0=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 28 (11.33% from 255 or 28.28% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #471C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C00 is #B8E3FF. Grayscale: #252525. Windows color (decimal): -12116992 or 7239. OLE color: 7239.

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

Color convert

RGB 71 28 0 -
CMYK 0 0.61 1 0.72
HSL 23.66º 1% 0.14% -
HSV(B) 23.66º 1% 0.28% -
XYZ 3.01 2.17 0.26 -
YUV 37.67 106.75 151.78 -
System Red Green Blue C M Y K H S L
Decimal 71 28 0 0 0.61 1 0.72 23.66 1 0.14
Hex 47 1C 0 0 3D 64 48 18 64 E
Octal 107 34 0 0 75 144 110 30 144 16
Binary 1000111 11100 0 0 111101 1100100 1001000 11000 1100100 1110

Color Harmonies of #471C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C00

Black with #471C00

Text Example


Text Example

White with #471C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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