Html Css Color HEX #471B04 Brown Pod

📋 copy color: '#471B04'

red 71 ◦ green 27 ◦ blue 4

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

Shades of Brown Pod #471B04

Tints of Brown Pod #471B04

RGB

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

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

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

R = 69.61%
G = 26.47%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#471B04 (or 0x471B04) is known color: Brown Pod. HEX triplet: 47, 1B and 04. RGB value is (71,27,4). Sum of RGB (Red+Green+Blue) = 71+27+4=102 (13% of max value = 765). Red value is 71 (28.12% from 255 or 69.61% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 71 - color contains mainly: red. Hex color #471B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471B04 is #B8E4FB. Grayscale: #252525. Windows color (decimal): -12117244 or 269127. OLE color: 269127.

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

Color convert

RGB 71 27 4 -
CMYK 0 0.62 0.94 0.72
HSL 20.6º 0.89% 0.15% -
HSV(B) 20.6º 0.94% 0.28% -
XYZ 3.01 2.13 0.37 -
YUV 37.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 71 27 4 0 0.62 0.94 0.72 20.6 0.89 0.15
Hex 47 1B 4 0 3E 5E 48 15 59 F
Octal 107 33 4 0 76 136 110 25 131 17
Binary 1000111 11011 100 0 111110 1011110 1001000 10101 1011001 1111

Color Harmonies of #471B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471B04

Black with #471B04

Text Example


Text Example

White with #471B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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