Html Css Color HEX #471B00 Brown Pod

📋 copy color: '#471B00'

red 71 ◦ green 27 ◦ blue 0

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

Shades of Brown Pod #471B00

Tints of Brown Pod #471B00

RGB

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

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

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

R = 72.45%
G = 27.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#471B00 (or 0x471B00) is known color: Brown Pod. HEX triplet: 47, 1B and 00. RGB value is (71,27,0). Sum of RGB (Red+Green+Blue) = 71+27+0=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #471B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471B00 is #B8E4FF. Grayscale: #252525. Windows color (decimal): -12117248 or 6983. OLE color: 6983.

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

Color convert

RGB 71 27 0 -
CMYK 0 0.62 1 0.72
HSL 22.82º 1% 0.14% -
HSV(B) 22.82º 1% 0.28% -
XYZ 2.99 2.12 0.25 -
YUV 37.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 71 27 0 0 0.62 1 0.72 22.82 1 0.14
Hex 47 1B 0 0 3E 64 48 17 64 E
Octal 107 33 0 0 76 144 110 27 144 16
Binary 1000111 11011 0 0 111110 1100100 1001000 10111 1100100 1110

Color Harmonies of #471B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471B00

Black with #471B00

Text Example


Text Example

White with #471B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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