Html Css Color HEX #484836 Waiouru

📋 copy color: '#484836'

red 72 ◦ green 72 ◦ blue 54

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

Shades of Waiouru #484836

Tints of Waiouru #484836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 27.27%

R = 36.36%
G = 36.36%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#484836 (or 0x484836) is known color: Waiouru. HEX triplet: 48, 48 and 36. RGB value is (72,72,54). Sum of RGB (Red+Green+Blue) = 72+72+54=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484836 is #B7B7C9. Grayscale: #464646. Windows color (decimal): -12040138 or 3557448. OLE color: 3557448.

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

Color convert

RGB 72 72 54 -
CMYK 0 0 0.25 0.72
HSL 60º 0.14% 0.25% -
HSV(B) 60º 0.25% 0.28% -
XYZ 5.66 6.28 4.4 -
YUV 69.95 119 129.46 -
System Red Green Blue C M Y K H S L
Decimal 72 72 54 0 0 0.25 0.72 60 0.14 0.25
Hex 48 48 36 0 0 19 48 3C E 19
Octal 110 110 66 0 0 31 110 74 16 31
Binary 1001000 1001000 110110 0 0 11001 1001000 111100 1110 11001

Color Harmonies of #484836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484836

Black with #484836

Text Example


Text Example

White with #484836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484836; }

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

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

background-color css

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

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

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

border-color css

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

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

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