Html Css Color HEX #474835 Waiouru

📋 copy color: '#474835'

red 71 ◦ green 72 ◦ blue 53

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

Shades of Waiouru #474835

Tints of Waiouru #474835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 27.04%

R = 36.22%
G = 36.73%
B = 27.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#474835 (or 0x474835) is known color: Waiouru. HEX triplet: 47, 48 and 35. RGB value is (71,72,53). Sum of RGB (Red+Green+Blue) = 71+72+53=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 72 - color contains mainly: green. Hex color #474835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474835 is #B8B7CA. Grayscale: #454545. Windows color (decimal): -12105675 or 3491911. OLE color: 3491911.

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

Color convert

RGB 71 72 53 -
CMYK 0.01 0 0.26 0.72
HSL 63.16º 0.15% 0.25% -
HSV(B) 63.16º 0.26% 0.28% -
XYZ 5.56 6.23 4.28 -
YUV 69.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 71 72 53 0.01 0 0.26 0.72 63.16 0.15 0.25
Hex 47 48 35 1 0 1A 48 3F F 19
Octal 107 110 65 1 0 32 110 77 17 31
Binary 1000111 1001000 110101 1 0 11010 1001000 111111 1111 11001

Color Harmonies of #474835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474835

Black with #474835

Text Example


Text Example

White with #474835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474835; }

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

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

background-color css

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

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

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

border-color css

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

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

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