Html Css Color HEX #48282F Cab Sav

📋 copy color: '#48282F'

red 72 ◦ green 40 ◦ blue 47

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

Shades of Cab Sav #48282F

Tints of Cab Sav #48282F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.16%

 BLUE value IS 47 (18.75% from 255) = 29.56%

R = 45.28%
G = 25.16%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48282F (or 0x48282F) is known color: Cab Sav. HEX triplet: 48, 28 and 2F. RGB value is (72,40,47). Sum of RGB (Red+Green+Blue) = 72+40+47=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #48282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48282F is #B7D7D0. Grayscale: #323232. Windows color (decimal): -12048337 or 3090504. OLE color: 3090504.

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

Color convert

RGB 72 40 47 -
CMYK 0 0.44 0.35 0.72
HSL 346.88º 0.29% 0.22% -
HSV(B) 346.88º 0.44% 0.28% -
XYZ 3.94 3.1 3.08 -
YUV 50.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 72 40 47 0 0.44 0.35 0.72 346.88 0.29 0.22
Hex 48 28 2F 0 2C 23 48 15B 1D 16
Octal 110 50 57 0 54 43 110 533 35 26
Binary 1001000 101000 101111 0 101100 100011 1001000 101011011 11101 10110

Color Harmonies of #48282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48282F

Black with #48282F

Text Example


Text Example

White with #48282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48282F; }

 p { color: rgb(72,40,47); }

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

background-color css

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

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

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

border-color css

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

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

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