Html Css Color HEX #48575B Casal

📋 copy color: '#48575B'

red 72 ◦ green 87 ◦ blue 91

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

Shades of Casal #48575B

Tints of Casal #48575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.8%

 BLUE value IS 91 (35.94% from 255) = 36.4%

R = 28.8%
G = 34.8%
B = 36.4%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48575B (or 0x48575B) is known color: Casal. HEX triplet: 48, 57 and 5B. RGB value is (72,87,91). Sum of RGB (Red+Green+Blue) = 72+87+91=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 91 - color contains mainly: blue. Hex color #48575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48575B is #B7A8A4. Grayscale: #525252. Windows color (decimal): -12036261 or 5986120. OLE color: 5986120.

HSL color Cylindrical-coordinate representation of color #48575B: hue angle of 192.63º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #48575B is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 87 91 -
CMYK 0.21 0.04 0 0.64
HSL 192.63º 0.12% 0.32% -
HSV(B) 192.63º 0.21% 0.36% -
XYZ 7.97 8.95 11.2 -
YUV 82.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 72 87 91 0.21 0.04 0 0.64 192.63 0.12 0.32
Hex 48 57 5B 15 4 0 40 C1 C 20
Octal 110 127 133 25 4 0 100 301 14 40
Binary 1001000 1010111 1011011 10101 100 0 1000000 11000001 1100 100000

Color Harmonies of #48575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48575B

Black with #48575B

Text Example


Text Example

White with #48575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48575B; }

 p { color: rgb(72,87,91); }

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

background-color css

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

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

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

border-color css

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

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

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