Html Css Color HEX #471F04 Brown Pod

📋 copy color: '#471F04'

red 71 ◦ green 31 ◦ blue 4

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

Shades of Brown Pod #471F04

Tints of Brown Pod #471F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.77%

R = 66.98%
G = 29.25%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#471F04 (or 0x471F04) is known color: Brown Pod. HEX triplet: 47, 1F and 04. RGB value is (71,31,4). Sum of RGB (Red+Green+Blue) = 71+31+4=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #471F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F04 is #B8E0FB. Grayscale: #282828. Windows color (decimal): -12116220 or 270151. OLE color: 270151.

HSL color Cylindrical-coordinate representation of color #471F04: hue angle of 24.18º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #471F04 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 31 4 -
CMYK 0 0.56 0.94 0.72
HSL 24.18º 0.89% 0.15% -
HSV(B) 24.18º 0.94% 0.28% -
XYZ 3.11 2.33 0.4 -
YUV 39.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 71 31 4 0 0.56 0.94 0.72 24.18 0.89 0.15
Hex 47 1F 4 0 38 5E 48 18 59 F
Octal 107 37 4 0 70 136 110 30 131 17
Binary 1000111 11111 100 0 111000 1011110 1001000 11000 1011001 1111

Color Harmonies of #471F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F04

Black with #471F04

Text Example


Text Example

White with #471F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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