Html Css Color HEX #47482A Waiouru

📋 copy color: '#47482A'

red 71 ◦ green 72 ◦ blue 42

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

Shades of Waiouru #47482A

Tints of Waiouru #47482A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.7%

R = 38.38%
G = 38.92%
B = 22.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#47482A (or 0x47482A) is known color: Waiouru. HEX triplet: 47, 48 and 2A. RGB value is (71,72,42). Sum of RGB (Red+Green+Blue) = 71+72+42=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 72 - color contains mainly: green. Hex color #47482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47482A is #B8B7D5. Grayscale: #444444. Windows color (decimal): -12105686 or 2771015. OLE color: 2771015.

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

Color convert

RGB 71 72 42 -
CMYK 0.01 0 0.42 0.72
HSL 62º 0.26% 0.22% -
HSV(B) 62º 0.42% 0.28% -
XYZ 5.33 6.14 3.09 -
YUV 68.28 113.17 129.94 -
System Red Green Blue C M Y K H S L
Decimal 71 72 42 0.01 0 0.42 0.72 62 0.26 0.22
Hex 47 48 2A 1 0 2A 48 3E 1A 16
Octal 107 110 52 1 0 52 110 76 32 26
Binary 1000111 1001000 101010 1 0 101010 1001000 111110 11010 10110

Color Harmonies of #47482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47482A

Black with #47482A

Text Example


Text Example

White with #47482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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