Html Css Color HEX #471D07 Brown Pod

📋 copy color: '#471D07'

red 71 ◦ green 29 ◦ blue 7

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

Shades of Brown Pod #471D07

Tints of Brown Pod #471D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.54%

R = 66.36%
G = 27.1%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#471D07 (or 0x471D07) is known color: Brown Pod. HEX triplet: 47, 1D and 07. RGB value is (71,29,7). Sum of RGB (Red+Green+Blue) = 71+29+7=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #471D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D07 is #B8E2F8. Grayscale: #272727. Windows color (decimal): -12116729 or 466247. OLE color: 466247.

HSL color Cylindrical-coordinate representation of color #471D07: hue angle of 20.62º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #471D07 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 29 7 -
CMYK 0 0.59 0.90 0.72
HSL 20.63º 0.82% 0.15% -
HSV(B) 20.63º 0.9% 0.28% -
XYZ 3.08 2.23 0.47 -
YUV 39.05 109.91 150.79 -
System Red Green Blue C M Y K H S L
Decimal 71 29 7 0 0.59 0.90 0.72 20.63 0.82 0.15
Hex 47 1D 7 0 3B 5A 48 15 52 F
Octal 107 35 7 0 73 132 110 25 122 17
Binary 1000111 11101 111 0 111011 1011010 1001000 10101 1010010 1111

Color Harmonies of #471D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D07

Black with #471D07

Text Example


Text Example

White with #471D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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