Html Css Color HEX #48482D Waiouru

📋 copy color: '#48482D'

red 72 ◦ green 72 ◦ blue 45

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

Shades of Waiouru #48482D

Tints of Waiouru #48482D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.81%

R = 38.1%
G = 38.1%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48482D (or 0x48482D) is known color: Waiouru. HEX triplet: 48, 48 and 2D. RGB value is (72,72,45). Sum of RGB (Red+Green+Blue) = 72+72+45=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 72 - color contains mainly: red, green. Hex color #48482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48482D is #B7B7D2. Grayscale: #454545. Windows color (decimal): -12040147 or 2967624. OLE color: 2967624.

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

Color convert

RGB 72 72 45 -
CMYK 0 0 0.38 0.72
HSL 60º 0.23% 0.23% -
HSV(B) 60º 0.38% 0.28% -
XYZ 5.46 6.2 3.39 -
YUV 68.92 114.5 130.2 -
System Red Green Blue C M Y K H S L
Decimal 72 72 45 0 0 0.38 0.72 60 0.23 0.23
Hex 48 48 2D 0 0 26 48 3C 17 17
Octal 110 110 55 0 0 46 110 74 27 27
Binary 1001000 1001000 101101 0 0 100110 1001000 111100 10111 10111

Color Harmonies of #48482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48482D

Black with #48482D

Text Example


Text Example

White with #48482D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48482D; }

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

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

background-color css

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

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

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

border-color css

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

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

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