Html Css Color HEX #471A0D Brown Pod

📋 copy color: '#471A0D'

red 71 ◦ green 26 ◦ blue 13

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

Shades of Brown Pod #471A0D

Tints of Brown Pod #471A0D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.64%

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

R = 64.55%
G = 23.64%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#471A0D (or 0x471A0D) is known color: Brown Pod. HEX triplet: 47, 1A and 0D. RGB value is (71,26,13). Sum of RGB (Red+Green+Blue) = 71+26+13=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #471A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471A0D is #B8E5F2. Grayscale: #262626. Windows color (decimal): -12117491 or 858695. OLE color: 858695.

HSL color Cylindrical-coordinate representation of color #471A0D: hue angle of 13.45º 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 #471A0D is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 26 13 -
CMYK 0 0.63 0.82 0.72
HSL 13.45º 0.69% 0.16% -
HSV(B) 13.45º 0.82% 0.28% -
XYZ 3.04 2.11 0.63 -
YUV 37.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 71 26 13 0 0.63 0.82 0.72 13.45 0.69 0.16
Hex 47 1A D 0 3F 52 48 D 45 10
Octal 107 32 15 0 77 122 110 15 105 20
Binary 1000111 11010 1101 0 111111 1010010 1001000 1101 1000101 10000

Color Harmonies of #471A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A0D

Black with #471A0D

Text Example


Text Example

White with #471A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471A0D; }

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

 H1.HeaderClassName
 {
   color: #471A0D;
 }
 .AnyTagClassName
 {
   color: #471A0D;
 }
</style>

background-color css

<style>
 a { background-color: #471A0D; }

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

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

border-color css

<style>
 span { border-color: #471A0D; }

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

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