Html Css Color HEX #471F0D Brown Pod

📋 copy color: '#471F0D'

red 71 ◦ green 31 ◦ blue 13

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

Shades of Brown Pod #471F0D

Tints of Brown Pod #471F0D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 26.96%

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

R = 61.74%
G = 26.96%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#471F0D (or 0x471F0D) is known color: Brown Pod. HEX triplet: 47, 1F and 0D. RGB value is (71,31,13). Sum of RGB (Red+Green+Blue) = 71+31+13=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #471F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F0D is #B8E0F2. Grayscale: #292929. Windows color (decimal): -12116211 or 859975. OLE color: 859975.

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

Color convert

RGB 71 31 13 -
CMYK 0 0.56 0.82 0.72
HSL 18.62º 0.69% 0.16% -
HSV(B) 18.62º 0.82% 0.28% -
XYZ 3.16 2.35 0.67 -
YUV 40.91 112.25 149.46 -
System Red Green Blue C M Y K H S L
Decimal 71 31 13 0 0.56 0.82 0.72 18.62 0.69 0.16
Hex 47 1F D 0 38 52 48 13 45 10
Octal 107 37 15 0 70 122 110 23 105 20
Binary 1000111 11111 1101 0 111000 1010010 1001000 10011 1000101 10000

Color Harmonies of #471F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F0D

Black with #471F0D

Text Example


Text Example

White with #471F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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