Html Css Color HEX #484823 Waiouru

📋 copy color: '#484823'

red 72 ◦ green 72 ◦ blue 35

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

Shades of Waiouru #484823

Tints of Waiouru #484823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.55%

R = 40.22%
G = 40.22%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#484823 (or 0x484823) is known color: Waiouru. HEX triplet: 48, 48 and 23. RGB value is (72,72,35). Sum of RGB (Red+Green+Blue) = 72+72+35=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484823 is #B7B7DC. Grayscale: #434343. Windows color (decimal): -12040157 or 2312264. OLE color: 2312264.

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

Color convert

RGB 72 72 35 -
CMYK 0 0 0.51 0.72
HSL 60º 0.35% 0.21% -
HSV(B) 60º 0.51% 0.28% -
XYZ 5.29 6.13 2.5 -
YUV 67.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 72 72 35 0 0 0.51 0.72 60 0.35 0.21
Hex 48 48 23 0 0 33 48 3C 23 15
Octal 110 110 43 0 0 63 110 74 43 25
Binary 1001000 1001000 100011 0 0 110011 1001000 111100 100011 10101

Color Harmonies of #484823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484823

Black with #484823

Text Example


Text Example

White with #484823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484823; }

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

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

background-color css

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

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

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

border-color css

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

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

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