Html Css Color HEX #48482F Waiouru

📋 copy color: '#48482F'

red 72 ◦ green 72 ◦ blue 47

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

Shades of Waiouru #48482F

Tints of Waiouru #48482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.61%

R = 37.7%
G = 37.7%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48482F (or 0x48482F) is known color: Waiouru. HEX triplet: 48, 48 and 2F. RGB value is (72,72,47). Sum of RGB (Red+Green+Blue) = 72+72+47=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 72 - color contains mainly: red, green. Hex color #48482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48482F is #B7B7D0. Grayscale: #454545. Windows color (decimal): -12040145 or 3098696. OLE color: 3098696.

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

Color convert

RGB 72 72 47 -
CMYK 0 0 0.35 0.72
HSL 60º 0.21% 0.23% -
HSV(B) 60º 0.35% 0.28% -
XYZ 5.5 6.22 3.6 -
YUV 69.15 115.5 130.03 -
System Red Green Blue C M Y K H S L
Decimal 72 72 47 0 0 0.35 0.72 60 0.21 0.23
Hex 48 48 2F 0 0 23 48 3C 15 17
Octal 110 110 57 0 0 43 110 74 25 27
Binary 1001000 1001000 101111 0 0 100011 1001000 111100 10101 10111

Color Harmonies of #48482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48482F

Black with #48482F

Text Example


Text Example

White with #48482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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