Html Css Color HEX #47261C Brown Pod

📋 copy color: '#47261C'

red 71 ◦ green 38 ◦ blue 28

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

Shades of Brown Pod #47261C

Tints of Brown Pod #47261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.74%

 BLUE value IS 28 (11.33% from 255) = 20.44%

R = 51.82%
G = 27.74%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47261C (or 0x47261C) is known color: Brown Pod. HEX triplet: 47, 26 and 1C. RGB value is (71,38,28). Sum of RGB (Red+Green+Blue) = 71+38+28=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #47261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47261C is #B8D9E3. Grayscale: #2E2E2E. Windows color (decimal): -12114404 or 1844807. OLE color: 1844807.

HSL color Cylindrical-coordinate representation of color #47261C: hue angle of 13.95º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47261C is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 38 28 -
CMYK 0 0.46 0.61 0.72
HSL 13.95º 0.43% 0.19% -
HSV(B) 13.95º 0.61% 0.28% -
XYZ 3.5 2.81 1.46 -
YUV 46.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 71 38 28 0 0.46 0.61 0.72 13.95 0.43 0.19
Hex 47 26 1C 0 2E 3D 48 E 2B 13
Octal 107 46 34 0 56 75 110 16 53 23
Binary 1000111 100110 11100 0 101110 111101 1001000 1110 101011 10011

Color Harmonies of #47261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47261C

Black with #47261C

Text Example


Text Example

White with #47261C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47261C; }

 p { color: rgb(71,38,28); }

 H1.HeaderClassName
 {
   color: #47261C;
 }
 .AnyTagClassName
 {
   color: #47261C;
 }
</style>

background-color css

<style>
 a { background-color: #47261C; }

 a { background-color: rgb(71,38,28); }

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

border-color css

<style>
 span { border-color: #47261C; }

 span { border-color: rgb(71,38,28); }

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