Html Css Color HEX #484833 Waiouru

📋 copy color: '#484833'

red 72 ◦ green 72 ◦ blue 51

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

Shades of Waiouru #484833

Tints of Waiouru #484833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.15%

R = 36.92%
G = 36.92%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#484833 (or 0x484833) is known color: Waiouru. HEX triplet: 48, 48 and 33. RGB value is (72,72,51). Sum of RGB (Red+Green+Blue) = 72+72+51=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484833 is #B7B7CC. Grayscale: #454545. Windows color (decimal): -12040141 or 3360840. OLE color: 3360840.

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

Color convert

RGB 72 72 51 -
CMYK 0 0 0.29 0.72
HSL 60º 0.17% 0.24% -
HSV(B) 60º 0.29% 0.28% -
XYZ 5.59 6.25 4.04 -
YUV 69.61 117.5 129.71 -
System Red Green Blue C M Y K H S L
Decimal 72 72 51 0 0 0.29 0.72 60 0.17 0.24
Hex 48 48 33 0 0 1D 48 3C 11 18
Octal 110 110 63 0 0 35 110 74 21 30
Binary 1001000 1001000 110011 0 0 11101 1001000 111100 10001 11000

Color Harmonies of #484833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484833

Black with #484833

Text Example


Text Example

White with #484833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484833; }

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

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

background-color css

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

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

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

border-color css

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

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

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