Html Css Color HEX #47180C Brown Pod

📋 copy color: '#47180C'

red 71 ◦ green 24 ◦ blue 12

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

Shades of Brown Pod #47180C

Tints of Brown Pod #47180C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.21%

R = 66.36%
G = 22.43%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#47180C (or 0x47180C) is known color: Brown Pod. HEX triplet: 47, 18 and 0C. RGB value is (71,24,12). Sum of RGB (Red+Green+Blue) = 71+24+12=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #47180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47180C is #B8E7F3. Grayscale: #242424. Windows color (decimal): -12118004 or 792647. OLE color: 792647.

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

Color convert

RGB 71 24 12 -
CMYK 0 0.66 0.83 0.72
HSL 12.2º 0.71% 0.16% -
HSV(B) 12.2º 0.83% 0.28% -
XYZ 2.99 2.02 0.58 -
YUV 36.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 71 24 12 0 0.66 0.83 0.72 12.2 0.71 0.16
Hex 47 18 C 0 42 53 48 C 47 10
Octal 107 30 14 0 102 123 110 14 107 20
Binary 1000111 11000 1100 0 1000010 1010011 1001000 1100 1000111 10000

Color Harmonies of #47180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47180C

Black with #47180C

Text Example


Text Example

White with #47180C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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