Html Css Color HEX #47482F Waiouru

📋 copy color: '#47482F'

red 71 ◦ green 72 ◦ blue 47

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

Shades of Waiouru #47482F

Tints of Waiouru #47482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.74%

R = 37.37%
G = 37.89%
B = 24.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#47482F (or 0x47482F) is known color: Waiouru. HEX triplet: 47, 48 and 2F. RGB value is (71,72,47). Sum of RGB (Red+Green+Blue) = 71+72+47=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 72 - color contains mainly: green. Hex color #47482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47482F is #B8B7D0. Grayscale: #444444. Windows color (decimal): -12105681 or 3098695. OLE color: 3098695.

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

Color convert

RGB 71 72 47 -
CMYK 0.01 0 0.35 0.72
HSL 62.4º 0.21% 0.23% -
HSV(B) 62.4º 0.35% 0.28% -
XYZ 5.43 6.18 3.6 -
YUV 68.85 115.67 129.53 -
System Red Green Blue C M Y K H S L
Decimal 71 72 47 0.01 0 0.35 0.72 62.4 0.21 0.23
Hex 47 48 2F 1 0 23 48 3E 15 17
Octal 107 110 57 1 0 43 110 76 25 27
Binary 1000111 1001000 101111 1 0 100011 1001000 111110 10101 10111

Color Harmonies of #47482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47482F

Black with #47482F

Text Example


Text Example

White with #47482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47482F; }

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

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

background-color css

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

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

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

border-color css

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

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

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