Html Css Color HEX #47180F Brown Pod

📋 copy color: '#47180F'

red 71 ◦ green 24 ◦ blue 15

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

Shades of Brown Pod #47180F

Tints of Brown Pod #47180F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.64%

R = 64.55%
G = 21.82%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#47180F (or 0x47180F) is known color: Brown Pod. HEX triplet: 47, 18 and 0F. RGB value is (71,24,15). Sum of RGB (Red+Green+Blue) = 71+24+15=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #47180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47180F is #B8E7F0. Grayscale: #252525. Windows color (decimal): -12118001 or 989255. OLE color: 989255.

HSL color Cylindrical-coordinate representation of color #47180F: hue angle of 9.64º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47180F is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 24 15 -
CMYK 0 0.66 0.79 0.72
HSL 9.64º 0.65% 0.17% -
HSV(B) 9.64º 0.79% 0.28% -
XYZ 3.01 2.03 0.68 -
YUV 37.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 71 24 15 0 0.66 0.79 0.72 9.64 0.65 0.17
Hex 47 18 F 0 42 4F 48 A 41 11
Octal 107 30 17 0 102 117 110 12 101 21
Binary 1000111 11000 1111 0 1000010 1001111 1001000 1010 1000001 10001

Color Harmonies of #47180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47180F

Black with #47180F

Text Example


Text Example

White with #47180F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47180F; }

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

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

background-color css

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

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

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

border-color css

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

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

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