Html Css Color HEX #471D09 Brown Pod

📋 copy color: '#471D09'

red 71 ◦ green 29 ◦ blue 9

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

Shades of Brown Pod #471D09

Tints of Brown Pod #471D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.26%

R = 65.14%
G = 26.61%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#471D09 (or 0x471D09) is known color: Brown Pod. HEX triplet: 47, 1D and 09. RGB value is (71,29,9). Sum of RGB (Red+Green+Blue) = 71+29+9=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #471D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D09 is #B8E2F6. Grayscale: #272727. Windows color (decimal): -12116727 or 597319. OLE color: 597319.

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

Color convert

RGB 71 29 9 -
CMYK 0 0.59 0.87 0.72
HSL 19.35º 0.78% 0.16% -
HSV(B) 19.35º 0.87% 0.28% -
XYZ 3.09 2.24 0.53 -
YUV 39.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 71 29 9 0 0.59 0.87 0.72 19.35 0.78 0.16
Hex 47 1D 9 0 3B 57 48 13 4E 10
Octal 107 35 11 0 73 127 110 23 116 20
Binary 1000111 11101 1001 0 111011 1010111 1001000 10011 1001110 10000

Color Harmonies of #471D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D09

Black with #471D09

Text Example


Text Example

White with #471D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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