Html Css Color HEX #471702 Brown Pod

📋 copy color: '#471702'

red 71 ◦ green 23 ◦ blue 2

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

Shades of Brown Pod #471702

Tints of Brown Pod #471702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.96%

 BLUE value IS 2 (1.17% from 255) = 2.08%

R = 73.96%
G = 23.96%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#471702 (or 0x471702) is known color: Brown Pod. HEX triplet: 47, 17 and 02. RGB value is (71,23,2). Sum of RGB (Red+Green+Blue) = 71+23+2=96 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.96% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 71 - color contains mainly: red. Hex color #471702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471702 is #B8E8FD. Grayscale: #232323. Windows color (decimal): -12118270 or 137031. OLE color: 137031.

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

Color convert

RGB 71 23 2 -
CMYK 0 0.68 0.97 0.72
HSL 18.26º 0.95% 0.14% -
HSV(B) 18.26º 0.97% 0.28% -
XYZ 2.92 1.96 0.28 -
YUV 34.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 71 23 2 0 0.68 0.97 0.72 18.26 0.95 0.14
Hex 47 17 2 0 44 61 48 12 5F E
Octal 107 27 2 0 104 141 110 22 137 16
Binary 1000111 10111 10 0 1000100 1100001 1001000 10010 1011111 1110

Color Harmonies of #471702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471702

Black with #471702

Text Example


Text Example

White with #471702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471702; }

 p { color: rgb(71,23,2); }

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

background-color css

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

 a { background-color: rgb(71,23,2); }

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

border-color css

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

 span { border-color: rgb(71,23,2); }

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