Html Css Color HEX #47231E Brown Pod

📋 copy color: '#47231E'

red 71 ◦ green 35 ◦ blue 30

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

Shades of Brown Pod #47231E

Tints of Brown Pod #47231E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.06%

R = 52.21%
G = 25.74%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#47231E (or 0x47231E) is known color: Brown Pod. HEX triplet: 47, 23 and 1E. RGB value is (71,35,30). Sum of RGB (Red+Green+Blue) = 71+35+30=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47231E is #B8DCE1. Grayscale: #2D2D2D. Windows color (decimal): -12115170 or 1975111. OLE color: 1975111.

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

Color convert

RGB 71 35 30 -
CMYK 0 0.51 0.58 0.72
HSL 7.32º 0.41% 0.2% -
HSV(B) 7.32º 0.58% 0.28% -
XYZ 3.43 2.64 1.56 -
YUV 45.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 71 35 30 0 0.51 0.58 0.72 7.32 0.41 0.2
Hex 47 23 1E 0 33 3A 48 7 29 14
Octal 107 43 36 0 63 72 110 7 51 24
Binary 1000111 100011 11110 0 110011 111010 1001000 111 101001 10100

Color Harmonies of #47231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47231E

Black with #47231E

Text Example


Text Example

White with #47231E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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