Html Css Color HEX #47482D Waiouru

📋 copy color: '#47482D'

red 71 ◦ green 72 ◦ blue 45

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

Shades of Waiouru #47482D

Tints of Waiouru #47482D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.94%

R = 37.77%
G = 38.3%
B = 23.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#47482D (or 0x47482D) is known color: Waiouru. HEX triplet: 47, 48 and 2D. RGB value is (71,72,45). Sum of RGB (Red+Green+Blue) = 71+72+45=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 72 - color contains mainly: green. Hex color #47482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47482D is #B8B7D2. Grayscale: #444444. Windows color (decimal): -12105683 or 2967623. OLE color: 2967623.

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

Color convert

RGB 71 72 45 -
CMYK 0.01 0 0.38 0.72
HSL 62.22º 0.23% 0.23% -
HSV(B) 62.22º 0.38% 0.28% -
XYZ 5.39 6.16 3.39 -
YUV 68.62 114.67 129.7 -
System Red Green Blue C M Y K H S L
Decimal 71 72 45 0.01 0 0.38 0.72 62.22 0.23 0.23
Hex 47 48 2D 1 0 26 48 3E 17 17
Octal 107 110 55 1 0 46 110 76 27 27
Binary 1000111 1001000 101101 1 0 100110 1001000 111110 10111 10111

Color Harmonies of #47482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47482D

Black with #47482D

Text Example


Text Example

White with #47482D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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