Html Css Color HEX #47231A Brown Pod

📋 copy color: '#47231A'

red 71 ◦ green 35 ◦ blue 26

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

Shades of Brown Pod #47231A

Tints of Brown Pod #47231A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.7%

R = 53.79%
G = 26.52%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47231A (or 0x47231A) is known color: Brown Pod. HEX triplet: 47, 23 and 1A. RGB value is (71,35,26). Sum of RGB (Red+Green+Blue) = 71+35+26=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #47231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47231A is #B8DCE5. Grayscale: #2C2C2C. Windows color (decimal): -12115174 or 1712967. OLE color: 1712967.

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

Color convert

RGB 71 35 26 -
CMYK 0 0.51 0.63 0.72
HSL 12º 0.46% 0.19% -
HSV(B) 12º 0.63% 0.28% -
XYZ 3.39 2.62 1.3 -
YUV 44.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 71 35 26 0 0.51 0.63 0.72 12 0.46 0.19
Hex 47 23 1A 0 33 3F 48 C 2E 13
Octal 107 43 32 0 63 77 110 14 56 23
Binary 1000111 100011 11010 0 110011 111111 1001000 1100 101110 10011

Color Harmonies of #47231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47231A

Black with #47231A

Text Example


Text Example

White with #47231A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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