Html Css Color HEX #474829 Waiouru

📋 copy color: '#474829'

red 71 ◦ green 72 ◦ blue 41

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

Shades of Waiouru #474829

Tints of Waiouru #474829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.13%

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

R = 38.59%
G = 39.13%
B = 22.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#474829 (or 0x474829) is known color: Waiouru. HEX triplet: 47, 48 and 29. RGB value is (71,72,41). Sum of RGB (Red+Green+Blue) = 71+72+41=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 72 - color contains mainly: green. Hex color #474829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474829 is #B8B7D6. Grayscale: #444444. Windows color (decimal): -12105687 or 2705479. OLE color: 2705479.

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

Color convert

RGB 71 72 41 -
CMYK 0.01 0 0.43 0.72
HSL 61.94º 0.27% 0.22% -
HSV(B) 61.94º 0.43% 0.28% -
XYZ 5.32 6.13 3 -
YUV 68.17 112.67 130.02 -
System Red Green Blue C M Y K H S L
Decimal 71 72 41 0.01 0 0.43 0.72 61.94 0.27 0.22
Hex 47 48 29 1 0 2B 48 3E 1B 16
Octal 107 110 51 1 0 53 110 76 33 26
Binary 1000111 1001000 101001 1 0 101011 1001000 111110 11011 10110

Color Harmonies of #474829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474829

Black with #474829

Text Example


Text Example

White with #474829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474829; }

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

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

background-color css

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

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

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

border-color css

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

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

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