Html Css Color HEX #471B0D Brown Pod

📋 copy color: '#471B0D'

red 71 ◦ green 27 ◦ blue 13

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

Shades of Brown Pod #471B0D

Tints of Brown Pod #471B0D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 24.32%

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

R = 63.96%
G = 24.32%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#471B0D (or 0x471B0D) is known color: Brown Pod. HEX triplet: 47, 1B and 0D. RGB value is (71,27,13). Sum of RGB (Red+Green+Blue) = 71+27+13=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #471B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471B0D is #B8E4F2. Grayscale: #262626. Windows color (decimal): -12117235 or 858951. OLE color: 858951.

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

Color convert

RGB 71 27 13 -
CMYK 0 0.62 0.82 0.72
HSL 14.48º 0.69% 0.16% -
HSV(B) 14.48º 0.82% 0.28% -
XYZ 3.06 2.15 0.63 -
YUV 38.56 113.58 151.14 -
System Red Green Blue C M Y K H S L
Decimal 71 27 13 0 0.62 0.82 0.72 14.48 0.69 0.16
Hex 47 1B D 0 3E 52 48 E 45 10
Octal 107 33 15 0 76 122 110 16 105 20
Binary 1000111 11011 1101 0 111110 1010010 1001000 1110 1000101 10000

Color Harmonies of #471B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471B0D

Black with #471B0D

Text Example


Text Example

White with #471B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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