Html Css Color HEX #483135 Cab Sav

📋 copy color: '#483135'

red 72 ◦ green 49 ◦ blue 53

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

Shades of Cab Sav #483135

Tints of Cab Sav #483135

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.16%

 BLUE value IS 53 (21.09% from 255) = 30.46%

R = 41.38%
G = 28.16%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#483135 (or 0x483135) is known color: Cab Sav. HEX triplet: 48, 31 and 35. RGB value is (72,49,53). Sum of RGB (Red+Green+Blue) = 72+49+53=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #483135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483135 is #B7CECA. Grayscale: #383838. Windows color (decimal): -12046027 or 3486024. OLE color: 3486024.

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

Color convert

RGB 72 49 53 -
CMYK 0 0.32 0.26 0.72
HSL 349.57º 0.19% 0.24% -
HSV(B) 349.57º 0.32% 0.28% -
XYZ 4.41 3.83 3.88 -
YUV 56.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 72 49 53 0 0.32 0.26 0.72 349.57 0.19 0.24
Hex 48 31 35 0 20 1A 48 15E 13 18
Octal 110 61 65 0 40 32 110 536 23 30
Binary 1001000 110001 110101 0 100000 11010 1001000 101011110 10011 11000

Color Harmonies of #483135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483135

Black with #483135

Text Example


Text Example

White with #483135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483135; }

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

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

background-color css

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

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

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

border-color css

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

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

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