Html Css Color HEX #483035 Cab Sav

📋 copy color: '#483035'

red 72 ◦ green 48 ◦ blue 53

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

Shades of Cab Sav #483035

Tints of Cab Sav #483035

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.75%

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

R = 41.62%
G = 27.75%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#483035 (or 0x483035) is known color: Cab Sav. HEX triplet: 48, 30 and 35. RGB value is (72,48,53). Sum of RGB (Red+Green+Blue) = 72+48+53=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #483035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483035 is #B7CFCA. Grayscale: #373737. Windows color (decimal): -12046283 or 3485768. OLE color: 3485768.

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

Color convert

RGB 72 48 53 -
CMYK 0 0.33 0.26 0.72
HSL 347.5º 0.2% 0.24% -
HSV(B) 347.5º 0.33% 0.28% -
XYZ 4.37 3.75 3.86 -
YUV 55.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 72 48 53 0 0.33 0.26 0.72 347.5 0.2 0.24
Hex 48 30 35 0 21 1A 48 15C 14 18
Octal 110 60 65 0 41 32 110 534 24 30
Binary 1001000 110000 110101 0 100001 11010 1001000 101011100 10100 11000

Color Harmonies of #483035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483035

Black with #483035

Text Example


Text Example

White with #483035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483035; }

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

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

background-color css

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

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

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

border-color css

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

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

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