Html Css Color HEX #48492A Waiouru

📋 copy color: '#48492A'

red 72 ◦ green 73 ◦ blue 42

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

Shades of Waiouru #48492A

Tints of Waiouru #48492A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.04%

 BLUE value IS 42 (16.8% from 255) = 22.46%

R = 38.5%
G = 39.04%
B = 22.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#48492A (or 0x48492A) is known color: Waiouru. HEX triplet: 48, 49 and 2A. RGB value is (72,73,42). Sum of RGB (Red+Green+Blue) = 72+73+42=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 73 - color contains mainly: green. Hex color #48492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48492A is #B7B6D5. Grayscale: #454545. Windows color (decimal): -12039894 or 2771272. OLE color: 2771272.

HSL color Cylindrical-coordinate representation of color #48492A: hue angle of 61.94º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48492A is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 73 42 -
CMYK 0.01 0 0.42 0.71
HSL 61.94º 0.27% 0.23% -
HSV(B) 61.94º 0.42% 0.29% -
XYZ 5.47 6.31 3.12 -
YUV 69.17 112.67 130.02 -
System Red Green Blue C M Y K H S L
Decimal 72 73 42 0.01 0 0.42 0.71 61.94 0.27 0.23
Hex 48 49 2A 1 0 2A 47 3E 1B 17
Octal 110 111 52 1 0 52 107 76 33 27
Binary 1001000 1001001 101010 1 0 101010 1000111 111110 11011 10111

Color Harmonies of #48492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48492A

Black with #48492A

Text Example


Text Example

White with #48492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48492A; }

 p { color: rgb(72,73,42); }

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

background-color css

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

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

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

border-color css

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

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

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