Html Css Color HEX #48482C Waiouru

📋 copy color: '#48482C'

red 72 ◦ green 72 ◦ blue 44

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

Shades of Waiouru #48482C

Tints of Waiouru #48482C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.4%

R = 38.3%
G = 38.3%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#48482C (or 0x48482C) is known color: Waiouru. HEX triplet: 48, 48 and 2C. RGB value is (72,72,44). Sum of RGB (Red+Green+Blue) = 72+72+44=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 72 - color contains mainly: red, green. Hex color #48482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48482C is #B7B7D3. Grayscale: #444444. Windows color (decimal): -12040148 or 2902088. OLE color: 2902088.

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

Color convert

RGB 72 72 44 -
CMYK 0 0 0.39 0.72
HSL 60º 0.24% 0.23% -
HSV(B) 60º 0.39% 0.28% -
XYZ 5.44 6.19 3.29 -
YUV 68.81 114 130.28 -
System Red Green Blue C M Y K H S L
Decimal 72 72 44 0 0 0.39 0.72 60 0.24 0.23
Hex 48 48 2C 0 0 27 48 3C 18 17
Octal 110 110 54 0 0 47 110 74 30 27
Binary 1001000 1001000 101100 0 0 100111 1001000 111100 11000 10111

Color Harmonies of #48482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48482C

Black with #48482C

Text Example


Text Example

White with #48482C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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