Html Css Color HEX #471807 Brown Pod

📋 copy color: '#471807'

red 71 ◦ green 24 ◦ blue 7

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

Shades of Brown Pod #471807

Tints of Brown Pod #471807

RGB

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

 GREEN value IS 24 (9.77% from 255) = 23.53%

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

R = 69.61%
G = 23.53%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#471807 (or 0x471807) is known color: Brown Pod. HEX triplet: 47, 18 and 07. RGB value is (71,24,7). Sum of RGB (Red+Green+Blue) = 71+24+7=102 (13% of max value = 765). Red value is 71 (28.12% from 255 or 69.61% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 7 (3.12% from 255 or 6.86% from 102); Max value from RGB is 71 - color contains mainly: red. Hex color #471807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471807 is #B8E7F8. Grayscale: #242424. Windows color (decimal): -12118009 or 464967. OLE color: 464967.

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

Color convert

RGB 71 24 7 -
CMYK 0 0.66 0.90 0.72
HSL 15.94º 0.82% 0.15% -
HSV(B) 15.94º 0.9% 0.28% -
XYZ 2.96 2.01 0.43 -
YUV 36.12 111.57 152.88 -
System Red Green Blue C M Y K H S L
Decimal 71 24 7 0 0.66 0.90 0.72 15.94 0.82 0.15
Hex 47 18 7 0 42 5A 48 10 52 F
Octal 107 30 7 0 102 132 110 20 122 17
Binary 1000111 11000 111 0 1000010 1011010 1001000 10000 1010010 1111

Color Harmonies of #471807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471807

Black with #471807

Text Example


Text Example

White with #471807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471807; }

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

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

background-color css

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

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

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

border-color css

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

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

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