Html Css Color HEX #484832 Waiouru

📋 copy color: '#484832'

red 72 ◦ green 72 ◦ blue 50

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

Shades of Waiouru #484832

Tints of Waiouru #484832

RGB

 RED value IS 72 (28.52% from 255) = 37.11%

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

 BLUE value IS 50 (19.92% from 255) = 25.77%

R = 37.11%
G = 37.11%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#484832 (or 0x484832) is known color: Waiouru. HEX triplet: 48, 48 and 32. RGB value is (72,72,50). Sum of RGB (Red+Green+Blue) = 72+72+50=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484832 is #B7B7CD. Grayscale: #454545. Windows color (decimal): -12040142 or 3295304. OLE color: 3295304.

HSL color Cylindrical-coordinate representation of color #484832: hue angle of 60º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #484832 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 72 50 -
CMYK 0 0 0.31 0.72
HSL 60º 0.18% 0.24% -
HSV(B) 60º 0.31% 0.28% -
XYZ 5.57 6.24 3.93 -
YUV 69.49 117 129.79 -
System Red Green Blue C M Y K H S L
Decimal 72 72 50 0 0 0.31 0.72 60 0.18 0.24
Hex 48 48 32 0 0 1F 48 3C 12 18
Octal 110 110 62 0 0 37 110 74 22 30
Binary 1001000 1001000 110010 0 0 11111 1001000 111100 10010 11000

Color Harmonies of #484832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484832

Black with #484832

Text Example


Text Example

White with #484832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484832; }

 p { color: rgb(72,72,50); }

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

background-color css

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

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

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

border-color css

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

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

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