Html Css Color HEX #471D0C Brown Pod

📋 copy color: '#471D0C'

red 71 ◦ green 29 ◦ blue 12

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

Shades of Brown Pod #471D0C

Tints of Brown Pod #471D0C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.89%

 BLUE value IS 12 (5.08% from 255) = 10.71%

R = 63.39%
G = 25.89%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#471D0C (or 0x471D0C) is known color: Brown Pod. HEX triplet: 47, 1D and 0C. RGB value is (71,29,12). Sum of RGB (Red+Green+Blue) = 71+29+12=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #471D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D0C is #B8E2F3. Grayscale: #272727. Windows color (decimal): -12116724 or 793927. OLE color: 793927.

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

Color convert

RGB 71 29 12 -
CMYK 0 0.59 0.83 0.72
HSL 17.29º 0.71% 0.16% -
HSV(B) 17.29º 0.83% 0.28% -
XYZ 3.1 2.24 0.62 -
YUV 39.62 112.41 150.38 -
System Red Green Blue C M Y K H S L
Decimal 71 29 12 0 0.59 0.83 0.72 17.29 0.71 0.16
Hex 47 1D C 0 3B 53 48 11 47 10
Octal 107 35 14 0 73 123 110 21 107 20
Binary 1000111 11101 1100 0 111011 1010011 1001000 10001 1000111 10000

Color Harmonies of #471D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D0C

Black with #471D0C

Text Example


Text Example

White with #471D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,29,12); }

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

background-color css

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

 a { background-color: rgb(71,29,12); }

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

border-color css

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

 span { border-color: rgb(71,29,12); }

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