Html Css Color HEX #474834 Waiouru

📋 copy color: '#474834'

red 71 ◦ green 72 ◦ blue 52

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

Shades of Waiouru #474834

Tints of Waiouru #474834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.67%

R = 36.41%
G = 36.92%
B = 26.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#474834 (or 0x474834) is known color: Waiouru. HEX triplet: 47, 48 and 34. RGB value is (71,72,52). Sum of RGB (Red+Green+Blue) = 71+72+52=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 72 - color contains mainly: green. Hex color #474834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474834 is #B8B7CB. Grayscale: #454545. Windows color (decimal): -12105676 or 3426375. OLE color: 3426375.

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

Color convert

RGB 71 72 52 -
CMYK 0.01 0 0.28 0.72
HSL 63º 0.16% 0.24% -
HSV(B) 63º 0.28% 0.28% -
XYZ 5.54 6.22 4.16 -
YUV 69.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 71 72 52 0.01 0 0.28 0.72 63 0.16 0.24
Hex 47 48 34 1 0 1C 48 3F 10 18
Octal 107 110 64 1 0 34 110 77 20 30
Binary 1000111 1001000 110100 1 0 11100 1001000 111111 10000 11000

Color Harmonies of #474834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474834

Black with #474834

Text Example


Text Example

White with #474834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474834; }

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

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

background-color css

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

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

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

border-color css

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

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

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