Html Css Color HEX #483536 Cab Sav

📋 copy color: '#483536'

red 72 ◦ green 53 ◦ blue 54

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

Shades of Cab Sav #483536

Tints of Cab Sav #483536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30.17%

R = 40.22%
G = 29.61%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#483536 (or 0x483536) is known color: Cab Sav. HEX triplet: 48, 35 and 36. RGB value is (72,53,54). Sum of RGB (Red+Green+Blue) = 72+53+54=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #483536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483536 is #B7CAC9. Grayscale: #3A3A3A. Windows color (decimal): -12045002 or 3552584. OLE color: 3552584.

HSL color Cylindrical-coordinate representation of color #483536: hue angle of 356.84º 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 #483536 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 53 54 -
CMYK 0 0.26 0.25 0.72
HSL 356.84º 0.15% 0.25% -
HSV(B) 356.84º 0.26% 0.28% -
XYZ 4.61 4.19 4.06 -
YUV 58.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 72 53 54 0 0.26 0.25 0.72 356.84 0.15 0.25
Hex 48 35 36 0 1A 19 48 165 F 19
Octal 110 65 66 0 32 31 110 545 17 31
Binary 1001000 110101 110110 0 11010 11001 1001000 101100101 1111 11001

Color Harmonies of #483536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483536

Black with #483536

Text Example


Text Example

White with #483536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483536; }

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

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

background-color css

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

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

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

border-color css

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

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

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