Html Css Color HEX #471E01 Brown Pod

📋 copy color: '#471E01'

red 71 ◦ green 30 ◦ blue 1

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

Shades of Brown Pod #471E01

Tints of Brown Pod #471E01

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.41%

 BLUE value IS 1 (0.78% from 255) = 0.98%

R = 69.61%
G = 29.41%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#471E01 (or 0x471E01) is known color: Brown Pod. HEX triplet: 47, 1E and 01. RGB value is (71,30,1). Sum of RGB (Red+Green+Blue) = 71+30+1=102 (13% of max value = 765). Red value is 71 (28.12% from 255 or 69.61% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 71 - color contains mainly: red. Hex color #471E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471E01 is #B8E1FE. Grayscale: #272727. Windows color (decimal): -12116479 or 73287. OLE color: 73287.

HSL color Cylindrical-coordinate representation of color #471E01: hue angle of 24.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #471E01 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 30 1 -
CMYK 0 0.58 0.99 0.72
HSL 24.86º 0.97% 0.14% -
HSV(B) 24.86º 0.99% 0.28% -
XYZ 3.07 2.27 0.31 -
YUV 38.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 71 30 1 0 0.58 0.99 0.72 24.86 0.97 0.14
Hex 47 1E 1 0 3A 63 48 19 61 E
Octal 107 36 1 0 72 143 110 31 141 16
Binary 1000111 11110 1 0 111010 1100011 1001000 11001 1100001 1110

Color Harmonies of #471E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E01

Black with #471E01

Text Example


Text Example

White with #471E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,30,1); }

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

background-color css

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

 a { background-color: rgb(71,30,1); }

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

border-color css

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

 span { border-color: rgb(71,30,1); }

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