Html Css Color HEX #47241B Brown Pod

📋 copy color: '#47241B'

red 71 ◦ green 36 ◦ blue 27

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

Shades of Brown Pod #47241B

Tints of Brown Pod #47241B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.15%

R = 52.99%
G = 26.87%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#47241B (or 0x47241B) is known color: Brown Pod. HEX triplet: 47, 24 and 1B. RGB value is (71,36,27). Sum of RGB (Red+Green+Blue) = 71+36+27=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47241B is #B8DBE4. Grayscale: #2D2D2D. Windows color (decimal): -12114917 or 1778759. OLE color: 1778759.

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

Color convert

RGB 71 36 27 -
CMYK 0 0.49 0.62 0.72
HSL 12.27º 0.45% 0.19% -
HSV(B) 12.27º 0.62% 0.28% -
XYZ 3.43 2.68 1.37 -
YUV 45.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 71 36 27 0 0.49 0.62 0.72 12.27 0.45 0.19
Hex 47 24 1B 0 31 3E 48 C 2D 13
Octal 107 44 33 0 61 76 110 14 55 23
Binary 1000111 100100 11011 0 110001 111110 1001000 1100 101101 10011

Color Harmonies of #47241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47241B

Black with #47241B

Text Example


Text Example

White with #47241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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