Html Css Color HEX #471C10 Brown Pod

📋 copy color: '#471C10'

red 71 ◦ green 28 ◦ blue 16

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

Shades of Brown Pod #471C10

Tints of Brown Pod #471C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.91%

R = 61.74%
G = 24.35%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#471C10 (or 0x471C10) is known color: Brown Pod. HEX triplet: 47, 1C and 10. RGB value is (71,28,16). Sum of RGB (Red+Green+Blue) = 71+28+16=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #471C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C10 is #B8E3EF. Grayscale: #272727. Windows color (decimal): -12116976 or 1055815. OLE color: 1055815.

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

Color convert

RGB 71 28 16 -
CMYK 0 0.61 0.77 0.72
HSL 13.09º 0.63% 0.17% -
HSV(B) 13.09º 0.77% 0.28% -
XYZ 3.11 2.21 0.75 -
YUV 39.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 71 28 16 0 0.61 0.77 0.72 13.09 0.63 0.17
Hex 47 1C 10 0 3D 4D 48 D 3F 11
Octal 107 34 20 0 75 115 110 15 77 21
Binary 1000111 11100 10000 0 111101 1001101 1001000 1101 111111 10001

Color Harmonies of #471C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C10

Black with #471C10

Text Example


Text Example

White with #471C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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