Html Css Color HEX #471A01 Brown Pod

📋 copy color: '#471A01'

red 71 ◦ green 26 ◦ blue 1

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

Shades of Brown Pod #471A01

Tints of Brown Pod #471A01

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26.53%

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

R = 72.45%
G = 26.53%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#471A01 (or 0x471A01) is known color: Brown Pod. HEX triplet: 47, 1A and 01. RGB value is (71,26,1). Sum of RGB (Red+Green+Blue) = 71+26+1=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #471A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471A01 is #B8E5FE. Grayscale: #242424. Windows color (decimal): -12117503 or 72263. OLE color: 72263.

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

Color convert

RGB 71 26 1 -
CMYK 0 0.63 0.99 0.72
HSL 21.43º 0.97% 0.14% -
HSV(B) 21.43º 0.99% 0.28% -
XYZ 2.97 2.08 0.27 -
YUV 36.61 107.91 152.53 -
System Red Green Blue C M Y K H S L
Decimal 71 26 1 0 0.63 0.99 0.72 21.43 0.97 0.14
Hex 47 1A 1 0 3F 63 48 15 61 E
Octal 107 32 1 0 77 143 110 25 141 16
Binary 1000111 11010 1 0 111111 1100011 1001000 10101 1100001 1110

Color Harmonies of #471A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A01

Black with #471A01

Text Example


Text Example

White with #471A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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