Html Css Color HEX #47231C Brown Pod

📋 copy color: '#47231C'

red 71 ◦ green 35 ◦ blue 28

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

Shades of Brown Pod #47231C

Tints of Brown Pod #47231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.12%

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

R = 52.99%
G = 26.12%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47231C (or 0x47231C) is known color: Brown Pod. HEX triplet: 47, 23 and 1C. RGB value is (71,35,28). Sum of RGB (Red+Green+Blue) = 71+35+28=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47231C is #B8DCE3. Grayscale: #2D2D2D. Windows color (decimal): -12115172 or 1844039. OLE color: 1844039.

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

Color convert

RGB 71 35 28 -
CMYK 0 0.51 0.61 0.72
HSL 9.77º 0.43% 0.19% -
HSV(B) 9.77º 0.61% 0.28% -
XYZ 3.41 2.63 1.43 -
YUV 44.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 71 35 28 0 0.51 0.61 0.72 9.77 0.43 0.19
Hex 47 23 1C 0 33 3D 48 A 2B 13
Octal 107 43 34 0 63 75 110 12 53 23
Binary 1000111 100011 11100 0 110011 111101 1001000 1010 101011 10011

Color Harmonies of #47231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47231C

Black with #47231C

Text Example


Text Example

White with #47231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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