Html Css Color HEX #474727 Waiouru

📋 copy color: '#474727'

red 71 ◦ green 71 ◦ blue 39

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

Shades of Waiouru #474727

Tints of Waiouru #474727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.55%

R = 39.23%
G = 39.23%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#474727 (or 0x474727) is known color: Waiouru. HEX triplet: 47, 47 and 27. RGB value is (71,71,39). Sum of RGB (Red+Green+Blue) = 71+71+39=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474727 is #B8B8D8. Grayscale: #434343. Windows color (decimal): -12105945 or 2574151. OLE color: 2574151.

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

Color convert

RGB 71 71 39 -
CMYK 0 0 0.45 0.72
HSL 60º 0.29% 0.22% -
HSV(B) 60º 0.45% 0.28% -
XYZ 5.22 5.99 2.8 -
YUV 67.35 112 130.6 -
System Red Green Blue C M Y K H S L
Decimal 71 71 39 0 0 0.45 0.72 60 0.29 0.22
Hex 47 47 27 0 0 2D 48 3C 1D 16
Octal 107 107 47 0 0 55 110 74 35 26
Binary 1000111 1000111 100111 0 0 101101 1001000 111100 11101 10110

Color Harmonies of #474727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474727

Black with #474727

Text Example


Text Example

White with #474727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474727; }

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

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

background-color css

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

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

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

border-color css

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

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

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