Html Css Color HEX #47251A Brown Pod

📋 copy color: '#47251A'

red 71 ◦ green 37 ◦ blue 26

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

Shades of Brown Pod #47251A

Tints of Brown Pod #47251A

RGB

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

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

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

R = 52.99%
G = 27.61%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47251A (or 0x47251A) is known color: Brown Pod. HEX triplet: 47, 25 and 1A. RGB value is (71,37,26). Sum of RGB (Red+Green+Blue) = 71+37+26=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47251A is #B8DAE5. Grayscale: #2D2D2D. Windows color (decimal): -12114662 or 1713479. OLE color: 1713479.

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

Color convert

RGB 71 37 26 -
CMYK 0 0.48 0.63 0.72
HSL 14.67º 0.46% 0.19% -
HSV(B) 14.67º 0.63% 0.28% -
XYZ 3.45 2.74 1.32 -
YUV 45.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 71 37 26 0 0.48 0.63 0.72 14.67 0.46 0.19
Hex 47 25 1A 0 30 3F 48 F 2E 13
Octal 107 45 32 0 60 77 110 17 56 23
Binary 1000111 100101 11010 0 110000 111111 1001000 1111 101110 10011

Color Harmonies of #47251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47251A

Black with #47251A

Text Example


Text Example

White with #47251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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