Html Css Color HEX #484B33 Waiouru

📋 copy color: '#484B33'

red 72 ◦ green 75 ◦ blue 51

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

Shades of Waiouru #484B33

Tints of Waiouru #484B33

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.88%

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

R = 36.36%
G = 37.88%
B = 25.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#484B33 (or 0x484B33) is known color: Waiouru. HEX triplet: 48, 4B and 33. RGB value is (72,75,51). Sum of RGB (Red+Green+Blue) = 72+75+51=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 75 - color contains mainly: green. Hex color #484B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B33 is #B7B4CC. Grayscale: #474747. Windows color (decimal): -12039373 or 3361608. OLE color: 3361608.

HSL color Cylindrical-coordinate representation of color #484B33: hue angle of 67.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #484B33 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 75 51 -
CMYK 0.04 0 0.32 0.71
HSL 67.5º 0.19% 0.25% -
HSV(B) 67.5º 0.32% 0.29% -
XYZ 5.79 6.65 4.11 -
YUV 71.37 116.51 128.45 -
System Red Green Blue C M Y K H S L
Decimal 72 75 51 0.04 0 0.32 0.71 67.5 0.19 0.25
Hex 48 4B 33 4 0 20 47 44 13 19
Octal 110 113 63 4 0 40 107 104 23 31
Binary 1001000 1001011 110011 100 0 100000 1000111 1000100 10011 11001

Color Harmonies of #484B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484B33

Black with #484B33

Text Example


Text Example

White with #484B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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