Html Css Color HEX #484834 Waiouru

📋 copy color: '#484834'

red 72 ◦ green 72 ◦ blue 52

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

Shades of Waiouru #484834

Tints of Waiouru #484834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.53%

R = 36.73%
G = 36.73%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#484834 (or 0x484834) is known color: Waiouru. HEX triplet: 48, 48 and 34. RGB value is (72,72,52). Sum of RGB (Red+Green+Blue) = 72+72+52=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484834 is #B7B7CB. Grayscale: #454545. Windows color (decimal): -12040140 or 3426376. OLE color: 3426376.

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

Color convert

RGB 72 72 52 -
CMYK 0 0 0.28 0.72
HSL 60º 0.16% 0.24% -
HSV(B) 60º 0.28% 0.28% -
XYZ 5.61 6.26 4.16 -
YUV 69.72 118 129.63 -
System Red Green Blue C M Y K H S L
Decimal 72 72 52 0 0 0.28 0.72 60 0.16 0.24
Hex 48 48 34 0 0 1C 48 3C 10 18
Octal 110 110 64 0 0 34 110 74 20 30
Binary 1001000 1001000 110100 0 0 11100 1001000 111100 10000 11000

Color Harmonies of #484834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484834

Black with #484834

Text Example


Text Example

White with #484834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484834; }

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

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

background-color css

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

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

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

border-color css

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

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

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