Html Css Color HEX #47180D Brown Pod

📋 copy color: '#47180D'

red 71 ◦ green 24 ◦ blue 13

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

Shades of Brown Pod #47180D

Tints of Brown Pod #47180D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.04%

R = 65.74%
G = 22.22%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#47180D (or 0x47180D) is known color: Brown Pod. HEX triplet: 47, 18 and 0D. RGB value is (71,24,13). Sum of RGB (Red+Green+Blue) = 71+24+13=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #47180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47180D is #B8E7F2. Grayscale: #242424. Windows color (decimal): -12118003 or 858183. OLE color: 858183.

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

Color convert

RGB 71 24 13 -
CMYK 0 0.66 0.82 0.72
HSL 11.38º 0.69% 0.16% -
HSV(B) 11.38º 0.82% 0.28% -
XYZ 3 2.02 0.61 -
YUV 36.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 71 24 13 0 0.66 0.82 0.72 11.38 0.69 0.16
Hex 47 18 D 0 42 52 48 B 45 10
Octal 107 30 15 0 102 122 110 13 105 20
Binary 1000111 11000 1101 0 1000010 1010010 1001000 1011 1000101 10000

Color Harmonies of #47180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47180D

Black with #47180D

Text Example


Text Example

White with #47180D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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