Html Css Color HEX #47472B Waiouru

📋 copy color: '#47472B'

red 71 ◦ green 71 ◦ blue 43

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

Shades of Waiouru #47472B

Tints of Waiouru #47472B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.24%

R = 38.38%
G = 38.38%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#47472B (or 0x47472B) is known color: Waiouru. HEX triplet: 47, 47 and 2B. RGB value is (71,71,43). Sum of RGB (Red+Green+Blue) = 71+71+43=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 71 - color contains mainly: red, green. Hex color #47472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47472B is #B8B8D4. Grayscale: #434343. Windows color (decimal): -12105941 or 2836295. OLE color: 2836295.

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

Color convert

RGB 71 71 43 -
CMYK 0 0 0.39 0.72
HSL 60º 0.25% 0.22% -
HSV(B) 60º 0.39% 0.28% -
XYZ 5.29 6.02 3.17 -
YUV 67.81 114 130.28 -
System Red Green Blue C M Y K H S L
Decimal 71 71 43 0 0 0.39 0.72 60 0.25 0.22
Hex 47 47 2B 0 0 27 48 3C 19 16
Octal 107 107 53 0 0 47 110 74 31 26
Binary 1000111 1000111 101011 0 0 100111 1001000 111100 11001 10110

Color Harmonies of #47472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47472B

Black with #47472B

Text Example


Text Example

White with #47472B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47472B; }

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

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

background-color css

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

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

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

border-color css

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

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

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