Html Css Color HEX #483538 Cab Sav

📋 copy color: '#483538'

red 72 ◦ green 53 ◦ blue 56

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

Shades of Cab Sav #483538

Tints of Cab Sav #483538

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.28%

 BLUE value IS 56 (22.27% from 255) = 30.94%

R = 39.78%
G = 29.28%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#483538 (or 0x483538) is known color: Cab Sav. HEX triplet: 48, 35 and 38. RGB value is (72,53,56). Sum of RGB (Red+Green+Blue) = 72+53+56=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #483538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483538 is #B7CAC7. Grayscale: #3B3B3B. Windows color (decimal): -12045000 or 3683656. OLE color: 3683656.

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

Color convert

RGB 72 53 56 -
CMYK 0 0.26 0.22 0.72
HSL 350.53º 0.15% 0.25% -
HSV(B) 350.53º 0.26% 0.28% -
XYZ 4.66 4.21 4.31 -
YUV 59.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 72 53 56 0 0.26 0.22 0.72 350.53 0.15 0.25
Hex 48 35 38 0 1A 16 48 15F F 19
Octal 110 65 70 0 32 26 110 537 17 31
Binary 1001000 110101 111000 0 11010 10110 1001000 101011111 1111 11001

Color Harmonies of #483538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483538

Black with #483538

Text Example


Text Example

White with #483538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483538; }

 p { color: rgb(72,53,56); }

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

background-color css

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

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

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

border-color css

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

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

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