Html Css Color HEX #471F07 Brown Pod

📋 copy color: '#471F07'

red 71 ◦ green 31 ◦ blue 7

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

Shades of Brown Pod #471F07

Tints of Brown Pod #471F07

RGB

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

 GREEN value IS 31 (12.5% from 255) = 28.44%

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

R = 65.14%
G = 28.44%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#471F07 (or 0x471F07) is known color: Brown Pod. HEX triplet: 47, 1F and 07. RGB value is (71,31,7). Sum of RGB (Red+Green+Blue) = 71+31+7=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #471F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F07 is #B8E0F8. Grayscale: #282828. Windows color (decimal): -12116217 or 466759. OLE color: 466759.

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

Color convert

RGB 71 31 7 -
CMYK 0 0.56 0.90 0.72
HSL 22.5º 0.82% 0.15% -
HSV(B) 22.5º 0.9% 0.28% -
XYZ 3.13 2.33 0.49 -
YUV 40.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 71 31 7 0 0.56 0.90 0.72 22.5 0.82 0.15
Hex 47 1F 7 0 38 5A 48 16 52 F
Octal 107 37 7 0 70 132 110 26 122 17
Binary 1000111 11111 111 0 111000 1011010 1001000 10110 1010010 1111

Color Harmonies of #471F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F07

Black with #471F07

Text Example


Text Example

White with #471F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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