Html Css Color HEX #471A0B Brown Pod

📋 copy color: '#471A0B'

red 71 ◦ green 26 ◦ blue 11

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

Shades of Brown Pod #471A0B

Tints of Brown Pod #471A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.19%

R = 65.74%
G = 24.07%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#471A0B (or 0x471A0B) is known color: Brown Pod. HEX triplet: 47, 1A and 0B. RGB value is (71,26,11). Sum of RGB (Red+Green+Blue) = 71+26+11=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #471A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471A0B is #B8E5F4. Grayscale: #252525. Windows color (decimal): -12117493 or 727623. OLE color: 727623.

HSL color Cylindrical-coordinate representation of color #471A0B: hue angle of 15º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471A0B is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 26 11 -
CMYK 0 0.63 0.85 0.72
HSL 15º 0.73% 0.16% -
HSV(B) 15º 0.85% 0.28% -
XYZ 3.03 2.1 0.56 -
YUV 37.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 71 26 11 0 0.63 0.85 0.72 15 0.73 0.16
Hex 47 1A B 0 3F 55 48 F 49 10
Octal 107 32 13 0 77 125 110 17 111 20
Binary 1000111 11010 1011 0 111111 1010101 1001000 1111 1001001 10000

Color Harmonies of #471A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A0B

Black with #471A0B

Text Example


Text Example

White with #471A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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