Html Css Color HEX #47241C Brown Pod

📋 copy color: '#47241C'

red 71 ◦ green 36 ◦ blue 28

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

Shades of Brown Pod #47241C

Tints of Brown Pod #47241C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.67%

 BLUE value IS 28 (11.33% from 255) = 20.74%

R = 52.59%
G = 26.67%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47241C (or 0x47241C) is known color: Brown Pod. HEX triplet: 47, 24 and 1C. RGB value is (71,36,28). Sum of RGB (Red+Green+Blue) = 71+36+28=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47241C is #B8DBE3. Grayscale: #2D2D2D. Windows color (decimal): -12114916 or 1844295. OLE color: 1844295.

HSL color Cylindrical-coordinate representation of color #47241C: hue angle of 11.16º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47241C is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 36 28 -
CMYK 0 0.49 0.61 0.72
HSL 11.16º 0.43% 0.19% -
HSV(B) 11.16º 0.61% 0.28% -
XYZ 3.44 2.69 1.44 -
YUV 45.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 71 36 28 0 0.49 0.61 0.72 11.16 0.43 0.19
Hex 47 24 1C 0 31 3D 48 B 2B 13
Octal 107 44 34 0 61 75 110 13 53 23
Binary 1000111 100100 11100 0 110001 111101 1001000 1011 101011 10011

Color Harmonies of #47241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47241C

Black with #47241C

Text Example


Text Example

White with #47241C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,36,28); }

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

background-color css

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

 a { background-color: rgb(71,36,28); }

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

border-color css

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

 span { border-color: rgb(71,36,28); }

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