Html Css Color HEX #484827 Waiouru

📋 copy color: '#484827'

red 72 ◦ green 72 ◦ blue 39

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

Shades of Waiouru #484827

Tints of Waiouru #484827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.31%

R = 39.34%
G = 39.34%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#484827 (or 0x484827) is known color: Waiouru. HEX triplet: 48, 48 and 27. RGB value is (72,72,39). Sum of RGB (Red+Green+Blue) = 72+72+39=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484827 is #B7B7D8. Grayscale: #444444. Windows color (decimal): -12040153 or 2574408. OLE color: 2574408.

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

Color convert

RGB 72 72 39 -
CMYK 0 0 0.46 0.72
HSL 60º 0.3% 0.22% -
HSV(B) 60º 0.46% 0.28% -
XYZ 5.36 6.16 2.83 -
YUV 68.24 111.5 130.68 -
System Red Green Blue C M Y K H S L
Decimal 72 72 39 0 0 0.46 0.72 60 0.3 0.22
Hex 48 48 27 0 0 2E 48 3C 1E 16
Octal 110 110 47 0 0 56 110 74 36 26
Binary 1001000 1001000 100111 0 0 101110 1001000 111100 11110 10110

Color Harmonies of #484827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484827

Black with #484827

Text Example


Text Example

White with #484827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484827; }

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

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

background-color css

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

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

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

border-color css

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

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

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