Html Css Color HEX #471801 Brown Pod

📋 copy color: '#471801'

red 71 ◦ green 24 ◦ blue 1

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

Shades of Brown Pod #471801

Tints of Brown Pod #471801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25%

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

R = 73.96%
G = 25%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#471801 (or 0x471801) is known color: Brown Pod. HEX triplet: 47, 18 and 01. RGB value is (71,24,1). Sum of RGB (Red+Green+Blue) = 71+24+1=96 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.96% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 71 - color contains mainly: red. Hex color #471801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471801 is #B8E7FE. Grayscale: #232323. Windows color (decimal): -12118015 or 71751. OLE color: 71751.

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

Color convert

RGB 71 24 1 -
CMYK 0 0.66 0.99 0.72
HSL 19.71º 0.97% 0.14% -
HSV(B) 19.71º 0.99% 0.28% -
XYZ 2.93 2 0.26 -
YUV 35.43 108.57 153.37 -
System Red Green Blue C M Y K H S L
Decimal 71 24 1 0 0.66 0.99 0.72 19.71 0.97 0.14
Hex 47 18 1 0 42 63 48 14 61 E
Octal 107 30 1 0 102 143 110 24 141 16
Binary 1000111 11000 1 0 1000010 1100011 1001000 10100 1100001 1110

Color Harmonies of #471801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471801

Black with #471801

Text Example


Text Example

White with #471801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471801; }

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

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

background-color css

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

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

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

border-color css

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

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

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