Html Css Color HEX #474729 Waiouru

📋 copy color: '#474729'

red 71 ◦ green 71 ◦ blue 41

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

Shades of Waiouru #474729

Tints of Waiouru #474729

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.8%

 BLUE value IS 41 (16.41% from 255) = 22.4%

R = 38.8%
G = 38.8%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#474729 (or 0x474729) is known color: Waiouru. HEX triplet: 47, 47 and 29. RGB value is (71,71,41). Sum of RGB (Red+Green+Blue) = 71+71+41=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474729 is #B8B8D6. Grayscale: #434343. Windows color (decimal): -12105943 or 2705223. OLE color: 2705223.

HSL color Cylindrical-coordinate representation of color #474729: hue angle of 60º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #474729 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 71 41 -
CMYK 0 0 0.42 0.72
HSL 60º 0.27% 0.22% -
HSV(B) 60º 0.42% 0.28% -
XYZ 5.25 6.01 2.98 -
YUV 67.58 113 130.44 -
System Red Green Blue C M Y K H S L
Decimal 71 71 41 0 0 0.42 0.72 60 0.27 0.22
Hex 47 47 29 0 0 2A 48 3C 1B 16
Octal 107 107 51 0 0 52 110 74 33 26
Binary 1000111 1000111 101001 0 0 101010 1001000 111100 11011 10110

Color Harmonies of #474729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474729

Black with #474729

Text Example


Text Example

White with #474729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474729; }

 p { color: rgb(71,71,41); }

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

background-color css

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

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

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

border-color css

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

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

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