Html Css Color HEX #47231D Brown Pod

📋 copy color: '#47231D'

red 71 ◦ green 35 ◦ blue 29

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

Shades of Brown Pod #47231D

Tints of Brown Pod #47231D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.48%

R = 52.59%
G = 25.93%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#47231D (or 0x47231D) is known color: Brown Pod. HEX triplet: 47, 23 and 1D. RGB value is (71,35,29). Sum of RGB (Red+Green+Blue) = 71+35+29=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47231D is #B8DCE2. Grayscale: #2D2D2D. Windows color (decimal): -12115171 or 1909575. OLE color: 1909575.

HSL color Cylindrical-coordinate representation of color #47231D: hue angle of 8.57º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47231D is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 35 29 -
CMYK 0 0.51 0.59 0.72
HSL 8.57º 0.42% 0.2% -
HSV(B) 8.57º 0.59% 0.28% -
XYZ 3.42 2.63 1.49 -
YUV 45.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 71 35 29 0 0.51 0.59 0.72 8.57 0.42 0.2
Hex 47 23 1D 0 33 3B 48 9 2A 14
Octal 107 43 35 0 63 73 110 11 52 24
Binary 1000111 100011 11101 0 110011 111011 1001000 1001 101010 10100

Color Harmonies of #47231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47231D

Black with #47231D

Text Example


Text Example

White with #47231D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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