Html Css Color HEX #47251E Brown Pod

📋 copy color: '#47251E'

red 71 ◦ green 37 ◦ blue 30

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

Shades of Brown Pod #47251E

Tints of Brown Pod #47251E

RGB

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

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

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

R = 51.45%
G = 26.81%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#47251E (or 0x47251E) is known color: Brown Pod. HEX triplet: 47, 25 and 1E. RGB value is (71,37,30). Sum of RGB (Red+Green+Blue) = 71+37+30=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47251E is #B8DAE1. Grayscale: #2E2E2E. Windows color (decimal): -12114658 or 1975623. OLE color: 1975623.

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

Color convert

RGB 71 37 30 -
CMYK 0 0.48 0.58 0.72
HSL 10.24º 0.41% 0.2% -
HSV(B) 10.24º 0.58% 0.28% -
XYZ 3.49 2.76 1.58 -
YUV 46.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 71 37 30 0 0.48 0.58 0.72 10.24 0.41 0.2
Hex 47 25 1E 0 30 3A 48 A 29 14
Octal 107 45 36 0 60 72 110 12 51 24
Binary 1000111 100101 11110 0 110000 111010 1001000 1010 101001 10100

Color Harmonies of #47251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47251E

Black with #47251E

Text Example


Text Example

White with #47251E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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