Html Css Color HEX #471E0A Brown Pod

📋 copy color: '#471E0A'

red 71 ◦ green 30 ◦ blue 10

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

Shades of Brown Pod #471E0A

Tints of Brown Pod #471E0A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 27.03%

 BLUE value IS 10 (4.3% from 255) = 9.01%

R = 63.96%
G = 27.03%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#471E0A (or 0x471E0A) is known color: Brown Pod. HEX triplet: 47, 1E and 0A. RGB value is (71,30,10). Sum of RGB (Red+Green+Blue) = 71+30+10=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #471E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471E0A is #B8E1F5. Grayscale: #282828. Windows color (decimal): -12116470 or 663111. OLE color: 663111.

HSL color Cylindrical-coordinate representation of color #471E0A: hue angle of 19.67º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471E0A is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 30 10 -
CMYK 0 0.58 0.86 0.72
HSL 19.67º 0.75% 0.16% -
HSV(B) 19.67º 0.86% 0.28% -
XYZ 3.12 2.29 0.56 -
YUV 39.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 71 30 10 0 0.58 0.86 0.72 19.67 0.75 0.16
Hex 47 1E A 0 3A 56 48 14 4B 10
Octal 107 36 12 0 72 126 110 24 113 20
Binary 1000111 11110 1010 0 111010 1010110 1001000 10100 1001011 10000

Color Harmonies of #471E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E0A

Black with #471E0A

Text Example


Text Example

White with #471E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,30,10); }

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

background-color css

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

 a { background-color: rgb(71,30,10); }

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

border-color css

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

 span { border-color: rgb(71,30,10); }

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