Html Css Color HEX #471F03 Brown Pod

📋 copy color: '#471F03'

red 71 ◦ green 31 ◦ blue 3

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

Shades of Brown Pod #471F03

Tints of Brown Pod #471F03

RGB

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

 GREEN value IS 31 (12.5% from 255) = 29.52%

 BLUE value IS 3 (1.56% from 255) = 2.86%

R = 67.62%
G = 29.52%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#471F03 (or 0x471F03) is known color: Brown Pod. HEX triplet: 47, 1F and 03. RGB value is (71,31,3). Sum of RGB (Red+Green+Blue) = 71+31+3=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 3 (1.56% from 255 or 2.86% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #471F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F03 is #B8E0FC. Grayscale: #272727. Windows color (decimal): -12116221 or 204615. OLE color: 204615.

HSL color Cylindrical-coordinate representation of color #471F03: hue angle of 24.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #471F03 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 31 3 -
CMYK 0 0.56 0.96 0.72
HSL 24.71º 0.92% 0.15% -
HSV(B) 24.71º 0.96% 0.28% -
XYZ 3.1 2.33 0.37 -
YUV 39.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 71 31 3 0 0.56 0.96 0.72 24.71 0.92 0.15
Hex 47 1F 3 0 38 60 48 19 5C F
Octal 107 37 3 0 70 140 110 31 134 17
Binary 1000111 11111 11 0 111000 1100000 1001000 11001 1011100 1111

Color Harmonies of #471F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F03

Black with #471F03

Text Example


Text Example

White with #471F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,31,3); }

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

background-color css

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

 a { background-color: rgb(71,31,3); }

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

border-color css

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

 span { border-color: rgb(71,31,3); }

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