Html Css Color HEX #47251F Brown Pod

📋 copy color: '#47251F'

red 71 ◦ green 37 ◦ blue 31

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

Shades of Brown Pod #47251F

Tints of Brown Pod #47251F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.3%

R = 51.08%
G = 26.62%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47251F (or 0x47251F) is known color: Brown Pod. HEX triplet: 47, 25 and 1F. RGB value is (71,37,31). Sum of RGB (Red+Green+Blue) = 71+37+31=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #47251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47251F is #B8DAE0. Grayscale: #2E2E2E. Windows color (decimal): -12114657 or 2041159. OLE color: 2041159.

HSL color Cylindrical-coordinate representation of color #47251F: hue angle of 9º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47251F is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 37 31 -
CMYK 0 0.48 0.56 0.72
HSL 0.39% 0.2% -
HSV(B) 0.56% 0.28% -
XYZ 3.51 2.76 1.64 -
YUV 46.48 119.26 145.49 -
System Red Green Blue C M Y K H S L
Decimal 71 37 31 0 0.48 0.56 0.72 9 0.39 0.2
Hex 47 25 1F 0 30 38 48 9 27 14
Octal 107 45 37 0 60 70 110 11 47 24
Binary 1000111 100101 11111 0 110000 111000 1001000 1001 100111 10100

Color Harmonies of #47251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47251F

Black with #47251F

Text Example


Text Example

White with #47251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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