Html Css Color HEX #471800 Brown Pod

📋 copy color: '#471800'

red 71 ◦ green 24 ◦ blue 0

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

Shades of Brown Pod #471800

Tints of Brown Pod #471800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.74%
G = 25.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#471800 (or 0x471800) is known color: Brown Pod. HEX triplet: 47, 18 and 00. RGB value is (71,24,0). Sum of RGB (Red+Green+Blue) = 71+24+0=95 (12% of max value = 765). Red value is 71 (28.12% from 255 or 74.74% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 71 - color contains mainly: red. Hex color #471800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471800 is #B8E7FF. Grayscale: #232323. Windows color (decimal): -12118016 or 6215. OLE color: 6215.

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

Color convert

RGB 71 24 0 -
CMYK 0 0.66 1 0.72
HSL 20.28º 1% 0.14% -
HSV(B) 20.28º 1% 0.28% -
XYZ 2.93 1.99 0.23 -
YUV 35.32 108.07 153.45 -
System Red Green Blue C M Y K H S L
Decimal 71 24 0 0 0.66 1 0.72 20.28 1 0.14
Hex 47 18 0 0 42 64 48 14 64 E
Octal 107 30 0 0 102 144 110 24 144 16
Binary 1000111 11000 0 0 1000010 1100100 1001000 10100 1100100 1110

Color Harmonies of #471800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471800

Black with #471800

Text Example


Text Example

White with #471800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471800; }

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

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

background-color css

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

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

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

border-color css

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

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

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