Html Css Color HEX #484825 Waiouru

📋 copy color: '#484825'

red 72 ◦ green 72 ◦ blue 37

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

Shades of Waiouru #484825

Tints of Waiouru #484825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.44%

R = 39.78%
G = 39.78%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#484825 (or 0x484825) is known color: Waiouru. HEX triplet: 48, 48 and 25. RGB value is (72,72,37). Sum of RGB (Red+Green+Blue) = 72+72+37=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484825 is #B7B7DA. Grayscale: #444444. Windows color (decimal): -12040155 or 2443336. OLE color: 2443336.

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

Color convert

RGB 72 72 37 -
CMYK 0 0 0.49 0.72
HSL 60º 0.32% 0.21% -
HSV(B) 60º 0.49% 0.28% -
XYZ 5.32 6.15 2.66 -
YUV 68.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 72 72 37 0 0 0.49 0.72 60 0.32 0.21
Hex 48 48 25 0 0 31 48 3C 20 15
Octal 110 110 45 0 0 61 110 74 40 25
Binary 1001000 1001000 100101 0 0 110001 1001000 111100 100000 10101

Color Harmonies of #484825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484825

Black with #484825

Text Example


Text Example

White with #484825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484825; }

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

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

background-color css

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

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

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

border-color css

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

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

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