Html Css Color HEX #47251B Brown Pod

📋 copy color: '#47251B'

red 71 ◦ green 37 ◦ blue 27

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

Shades of Brown Pod #47251B

Tints of Brown Pod #47251B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20%

R = 52.59%
G = 27.41%
B = 20%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#47251B (or 0x47251B) is known color: Brown Pod. HEX triplet: 47, 25 and 1B. RGB value is (71,37,27). Sum of RGB (Red+Green+Blue) = 71+37+27=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47251B is #B8DAE4. Grayscale: #2E2E2E. Windows color (decimal): -12114661 or 1779015. OLE color: 1779015.

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

Color convert

RGB 71 37 27 -
CMYK 0 0.48 0.62 0.72
HSL 13.64º 0.45% 0.19% -
HSV(B) 13.64º 0.62% 0.28% -
XYZ 3.46 2.74 1.38 -
YUV 46.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 71 37 27 0 0.48 0.62 0.72 13.64 0.45 0.19
Hex 47 25 1B 0 30 3E 48 E 2D 13
Octal 107 45 33 0 60 76 110 16 55 23
Binary 1000111 100101 11011 0 110000 111110 1001000 1110 101101 10011

Color Harmonies of #47251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47251B

Black with #47251B

Text Example


Text Example

White with #47251B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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