Html Css Color HEX #472307 Brown Pod

📋 copy color: '#472307'

red 71 ◦ green 35 ◦ blue 7

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

Shades of Brown Pod #472307

Tints of Brown Pod #472307

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.97%

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

R = 62.83%
G = 30.97%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#472307 (or 0x472307) is known color: Brown Pod. HEX triplet: 47, 23 and 07. RGB value is (71,35,7). Sum of RGB (Red+Green+Blue) = 71+35+7=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #472307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472307 is #B8DCF8. Grayscale: #2A2A2A. Windows color (decimal): -12115193 or 467783. OLE color: 467783.

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

Color convert

RGB 71 35 7 -
CMYK 0 0.51 0.90 0.72
HSL 26.25º 0.82% 0.15% -
HSV(B) 26.25º 0.9% 0.28% -
XYZ 3.24 2.56 0.52 -
YUV 42.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 71 35 7 0 0.51 0.90 0.72 26.25 0.82 0.15
Hex 47 23 7 0 33 5A 48 1A 52 F
Octal 107 43 7 0 63 132 110 32 122 17
Binary 1000111 100011 111 0 110011 1011010 1001000 11010 1010010 1111

Color Harmonies of #472307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472307

Black with #472307

Text Example


Text Example

White with #472307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472307; }

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

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

background-color css

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

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

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

border-color css

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

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

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