Html Css Color HEX #47251C Brown Pod

📋 copy color: '#47251C'

red 71 ◦ green 37 ◦ blue 28

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

Shades of Brown Pod #47251C

Tints of Brown Pod #47251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.21%

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

R = 52.21%
G = 27.21%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47251C (or 0x47251C) is known color: Brown Pod. HEX triplet: 47, 25 and 1C. RGB value is (71,37,28). Sum of RGB (Red+Green+Blue) = 71+37+28=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47251C is #B8DAE3. Grayscale: #2E2E2E. Windows color (decimal): -12114660 or 1844551. OLE color: 1844551.

HSL color Cylindrical-coordinate representation of color #47251C: hue angle of 12.56º 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 #47251C is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 37 28 -
CMYK 0 0.48 0.61 0.72
HSL 12.56º 0.43% 0.19% -
HSV(B) 12.56º 0.61% 0.28% -
XYZ 3.47 2.75 1.45 -
YUV 46.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 71 37 28 0 0.48 0.61 0.72 12.56 0.43 0.19
Hex 47 25 1C 0 30 3D 48 D 2B 13
Octal 107 45 34 0 60 75 110 15 53 23
Binary 1000111 100101 11100 0 110000 111101 1001000 1101 101011 10011

Color Harmonies of #47251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47251C

Black with #47251C

Text Example


Text Example

White with #47251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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