Html Css Color HEX #471E02 Brown Pod

📋 copy color: '#471E02'

red 71 ◦ green 30 ◦ blue 2

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

Shades of Brown Pod #471E02

Tints of Brown Pod #471E02

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.13%

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

R = 68.93%
G = 29.13%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#471E02 (or 0x471E02) is known color: Brown Pod. HEX triplet: 47, 1E and 02. RGB value is (71,30,2). Sum of RGB (Red+Green+Blue) = 71+30+2=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #471E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471E02 is #B8E1FD. Grayscale: #272727. Windows color (decimal): -12116478 or 138823. OLE color: 138823.

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

Color convert

RGB 71 30 2 -
CMYK 0 0.58 0.97 0.72
HSL 24.35º 0.95% 0.14% -
HSV(B) 24.35º 0.97% 0.28% -
XYZ 3.07 2.27 0.33 -
YUV 39.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 71 30 2 0 0.58 0.97 0.72 24.35 0.95 0.14
Hex 47 1E 2 0 3A 61 48 18 5F E
Octal 107 36 2 0 72 141 110 30 137 16
Binary 1000111 11110 10 0 111010 1100001 1001000 11000 1011111 1110

Color Harmonies of #471E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E02

Black with #471E02

Text Example


Text Example

White with #471E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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