Html Css Color HEX #47482B Waiouru

📋 copy color: '#47482B'

red 71 ◦ green 72 ◦ blue 43

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

Shades of Waiouru #47482B

Tints of Waiouru #47482B

RGB

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

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

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

R = 38.17%
G = 38.71%
B = 23.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#47482B (or 0x47482B) is known color: Waiouru. HEX triplet: 47, 48 and 2B. RGB value is (71,72,43). Sum of RGB (Red+Green+Blue) = 71+72+43=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 72 - color contains mainly: green. Hex color #47482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47482B is #B8B7D4. Grayscale: #444444. Windows color (decimal): -12105685 or 2836551. OLE color: 2836551.

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

Color convert

RGB 71 72 43 -
CMYK 0.01 0 0.40 0.72
HSL 62.07º 0.25% 0.23% -
HSV(B) 62.07º 0.4% 0.28% -
XYZ 5.35 6.15 3.19 -
YUV 68.4 113.67 129.86 -
System Red Green Blue C M Y K H S L
Decimal 71 72 43 0.01 0 0.40 0.72 62.07 0.25 0.23
Hex 47 48 2B 1 0 28 48 3E 19 17
Octal 107 110 53 1 0 50 110 76 31 27
Binary 1000111 1001000 101011 1 0 101000 1001000 111110 11001 10111

Color Harmonies of #47482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47482B

Black with #47482B

Text Example


Text Example

White with #47482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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