Html Css Color HEX #471C17 Brown Pod

📋 copy color: '#471C17'

red 71 ◦ green 28 ◦ blue 23

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

Shades of Brown Pod #471C17

Tints of Brown Pod #471C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.85%

R = 58.2%
G = 22.95%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#471C17 (or 0x471C17) is known color: Brown Pod. HEX triplet: 47, 1C and 17. RGB value is (71,28,23). Sum of RGB (Red+Green+Blue) = 71+28+23=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #471C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C17 is #B8E3E8. Grayscale: #282828. Windows color (decimal): -12116969 or 1514567. OLE color: 1514567.

HSL color Cylindrical-coordinate representation of color #471C17: hue angle of 6.25º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #471C17 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 28 23 -
CMYK 0 0.61 0.68 0.72
HSL 6.25º 0.51% 0.18% -
HSV(B) 6.25º 0.68% 0.28% -
XYZ 3.17 2.23 1.07 -
YUV 40.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 71 28 23 0 0.61 0.68 0.72 6.25 0.51 0.18
Hex 47 1C 17 0 3D 44 48 6 33 12
Octal 107 34 27 0 75 104 110 6 63 22
Binary 1000111 11100 10111 0 111101 1000100 1001000 110 110011 10010

Color Harmonies of #471C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C17

Black with #471C17

Text Example


Text Example

White with #471C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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