Html Css Color HEX #471D02 Brown Pod

📋 copy color: '#471D02'

red 71 ◦ green 29 ◦ blue 2

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

Shades of Brown Pod #471D02

Tints of Brown Pod #471D02

RGB

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

 GREEN value IS 29 (11.72% from 255) = 28.43%

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

R = 69.61%
G = 28.43%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#471D02 (or 0x471D02) is known color: Brown Pod. HEX triplet: 47, 1D and 02. RGB value is (71,29,2). Sum of RGB (Red+Green+Blue) = 71+29+2=102 (13% of max value = 765). Red value is 71 (28.12% from 255 or 69.61% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 71 - color contains mainly: red. Hex color #471D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D02 is #B8E2FD. Grayscale: #262626. Windows color (decimal): -12116734 or 138567. OLE color: 138567.

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

Color convert

RGB 71 29 2 -
CMYK 0 0.59 0.97 0.72
HSL 23.48º 0.95% 0.14% -
HSV(B) 23.48º 0.97% 0.28% -
XYZ 3.05 2.22 0.33 -
YUV 38.48 107.41 151.2 -
System Red Green Blue C M Y K H S L
Decimal 71 29 2 0 0.59 0.97 0.72 23.48 0.95 0.14
Hex 47 1D 2 0 3B 61 48 17 5F E
Octal 107 35 2 0 73 141 110 27 137 16
Binary 1000111 11101 10 0 111011 1100001 1001000 10111 1011111 1110

Color Harmonies of #471D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D02

Black with #471D02

Text Example


Text Example

White with #471D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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