Html Css Color HEX #484835 Waiouru

📋 copy color: '#484835'

red 72 ◦ green 72 ◦ blue 53

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

Shades of Waiouru #484835

Tints of Waiouru #484835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.9%

R = 36.55%
G = 36.55%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#484835 (or 0x484835) is known color: Waiouru. HEX triplet: 48, 48 and 35. RGB value is (72,72,53). Sum of RGB (Red+Green+Blue) = 72+72+53=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484835 is #B7B7CA. Grayscale: #454545. Windows color (decimal): -12040139 or 3491912. OLE color: 3491912.

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

Color convert

RGB 72 72 53 -
CMYK 0 0 0.26 0.72
HSL 60º 0.15% 0.25% -
HSV(B) 60º 0.26% 0.28% -
XYZ 5.63 6.27 4.28 -
YUV 69.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 72 72 53 0 0 0.26 0.72 60 0.15 0.25
Hex 48 48 35 0 0 1A 48 3C F 19
Octal 110 110 65 0 0 32 110 74 17 31
Binary 1001000 1001000 110101 0 0 11010 1001000 111100 1111 11001

Color Harmonies of #484835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484835

Black with #484835

Text Example


Text Example

White with #484835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484835; }

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

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

background-color css

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

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

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

border-color css

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

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

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