Html Css Color HEX #483335 Cab Sav

📋 copy color: '#483335'

red 72 ◦ green 51 ◦ blue 53

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

Shades of Cab Sav #483335

Tints of Cab Sav #483335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.98%

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

R = 40.91%
G = 28.98%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#483335 (or 0x483335) is known color: Cab Sav. HEX triplet: 48, 33 and 35. RGB value is (72,51,53). Sum of RGB (Red+Green+Blue) = 72+51+53=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #483335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483335 is #B7CCCA. Grayscale: #393939. Windows color (decimal): -12045515 or 3486536. OLE color: 3486536.

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

Color convert

RGB 72 51 53 -
CMYK 0 0.29 0.26 0.72
HSL 354.29º 0.17% 0.24% -
HSV(B) 354.29º 0.29% 0.28% -
XYZ 4.5 4 3.9 -
YUV 57.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 72 51 53 0 0.29 0.26 0.72 354.29 0.17 0.24
Hex 48 33 35 0 1D 1A 48 162 11 18
Octal 110 63 65 0 35 32 110 542 21 30
Binary 1001000 110011 110101 0 11101 11010 1001000 101100010 10001 11000

Color Harmonies of #483335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483335

Black with #483335

Text Example


Text Example

White with #483335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483335; }

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

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

background-color css

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

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

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

border-color css

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

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

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