Html Css Color HEX #47250D Brown Pod

📋 copy color: '#47250D'

red 71 ◦ green 37 ◦ blue 13

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

Shades of Brown Pod #47250D

Tints of Brown Pod #47250D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.74%

R = 58.68%
G = 30.58%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#47250D (or 0x47250D) is known color: Brown Pod. HEX triplet: 47, 25 and 0D. RGB value is (71,37,13). Sum of RGB (Red+Green+Blue) = 71+37+13=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #47250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47250D is #B8DAF2. Grayscale: #2C2C2C. Windows color (decimal): -12114675 or 861511. OLE color: 861511.

HSL color Cylindrical-coordinate representation of color #47250D: hue angle of 24.83º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47250D is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 37 13 -
CMYK 0 0.48 0.82 0.72
HSL 24.83º 0.69% 0.16% -
HSV(B) 24.83º 0.82% 0.28% -
XYZ 3.33 2.69 0.72 -
YUV 44.43 110.26 146.95 -
System Red Green Blue C M Y K H S L
Decimal 71 37 13 0 0.48 0.82 0.72 24.83 0.69 0.16
Hex 47 25 D 0 30 52 48 19 45 10
Octal 107 45 15 0 60 122 110 31 105 20
Binary 1000111 100101 1101 0 110000 1010010 1001000 11001 1000101 10000

Color Harmonies of #47250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47250D

Black with #47250D

Text Example


Text Example

White with #47250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47250D; }

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

 H1.HeaderClassName
 {
   color: #47250D;
 }
 .AnyTagClassName
 {
   color: #47250D;
 }
</style>

background-color css

<style>
 a { background-color: #47250D; }

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

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

border-color css

<style>
 span { border-color: #47250D; }

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

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