Html Css Color HEX #484544 Crater Brown

📋 copy color: '#484544'

red 72 ◦ green 69 ◦ blue 68

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

Shades of Crater Brown #484544

Tints of Crater Brown #484544

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.01%

 BLUE value IS 68 (26.95% from 255) = 32.54%

R = 34.45%
G = 33.01%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#484544 (or 0x484544) is known color: Crater Brown. HEX triplet: 48, 45 and 44. RGB value is (72,69,68). Sum of RGB (Red+Green+Blue) = 72+69+68=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 72 - color contains mainly: red. Hex color #484544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484544 is #B7BABB. Grayscale: #454545. Windows color (decimal): -12040892 or 4474184. OLE color: 4474184.

HSL color Cylindrical-coordinate representation of color #484544: hue angle of 15º degrees, saturation: 0.03, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #484544 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 69 68 -
CMYK 0 0.04 0.06 0.72
HSL 15º 0.03% 0.27% -
HSV(B) 15º 0.06% 0.28% -
XYZ 5.84 6.05 6.33 -
YUV 69.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 72 69 68 0 0.04 0.06 0.72 15 0.03 0.27
Hex 48 45 44 0 4 6 48 F 3 1B
Octal 110 105 104 0 4 6 110 17 3 33
Binary 1001000 1000101 1000100 0 100 110 1001000 1111 11 11011

Color Harmonies of #484544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484544

Black with #484544

Text Example


Text Example

White with #484544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484544; }

 p { color: rgb(72,69,68); }

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

background-color css

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

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

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

border-color css

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

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

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