Html Css Color HEX #471A09 Brown Pod

📋 copy color: '#471A09'

red 71 ◦ green 26 ◦ blue 9

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

Shades of Brown Pod #471A09

Tints of Brown Pod #471A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 24.53%

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

R = 66.98%
G = 24.53%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#471A09 (or 0x471A09) is known color: Brown Pod. HEX triplet: 47, 1A and 09. RGB value is (71,26,9). Sum of RGB (Red+Green+Blue) = 71+26+9=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #471A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471A09 is #B8E5F6. Grayscale: #252525. Windows color (decimal): -12117495 or 596551. OLE color: 596551.

HSL color Cylindrical-coordinate representation of color #471A09: hue angle of 16.45º 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 #471A09 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 26 9 -
CMYK 0 0.63 0.87 0.72
HSL 16.45º 0.78% 0.16% -
HSV(B) 16.45º 0.87% 0.28% -
XYZ 3.02 2.1 0.5 -
YUV 37.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 71 26 9 0 0.63 0.87 0.72 16.45 0.78 0.16
Hex 47 1A 9 0 3F 57 48 10 4E 10
Octal 107 32 11 0 77 127 110 20 116 20
Binary 1000111 11010 1001 0 111111 1010111 1001000 10000 1001110 10000

Color Harmonies of #471A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A09

Black with #471A09

Text Example


Text Example

White with #471A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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