Html Css Color HEX #474825 Waiouru

📋 copy color: '#474825'

red 71 ◦ green 72 ◦ blue 37

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

Shades of Waiouru #474825

Tints of Waiouru #474825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.56%

R = 39.44%
G = 40%
B = 20.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#474825 (or 0x474825) is known color: Waiouru. HEX triplet: 47, 48 and 25. RGB value is (71,72,37). Sum of RGB (Red+Green+Blue) = 71+72+37=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 72 - color contains mainly: green. Hex color #474825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474825 is #B8B7DA. Grayscale: #434343. Windows color (decimal): -12105691 or 2443335. OLE color: 2443335.

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

Color convert

RGB 71 72 37 -
CMYK 0.01 0 0.49 0.72
HSL 61.71º 0.32% 0.21% -
HSV(B) 61.71º 0.49% 0.28% -
XYZ 5.25 6.11 2.65 -
YUV 67.71 110.67 130.35 -
System Red Green Blue C M Y K H S L
Decimal 71 72 37 0.01 0 0.49 0.72 61.71 0.32 0.21
Hex 47 48 25 1 0 31 48 3E 20 15
Octal 107 110 45 1 0 61 110 76 40 25
Binary 1000111 1001000 100101 1 0 110001 1001000 111110 100000 10101

Color Harmonies of #474825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474825

Black with #474825

Text Example


Text Example

White with #474825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474825; }

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

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

background-color css

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

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

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

border-color css

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

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

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