Html Css Color HEX #533335 Cab Sav

📋 copy color: '#533335'

red 83 ◦ green 51 ◦ blue 53

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

Shades of Cab Sav #533335

Tints of Cab Sav #533335

RGB

 RED value IS 83 (32.81% from 255) = 44.39%

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

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

R = 44.39%
G = 27.27%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#533335 (or 0x533335) is known color: Cab Sav. HEX triplet: 53, 33 and 35. RGB value is (83,51,53). Sum of RGB (Red+Green+Blue) = 83+51+53=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #533335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533335 is #ACCCCA. Grayscale: #3C3C3C. Windows color (decimal): -11324619 or 3486547. OLE color: 3486547.

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

Color convert

RGB 83 51 53 -
CMYK 0 0.39 0.36 0.67
HSL 356.25º 0.24% 0.26% -
HSV(B) 356.25º 0.39% 0.33% -
XYZ 5.39 4.46 3.95 -
YUV 60.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 83 51 53 0 0.39 0.36 0.67 356.25 0.24 0.26
Hex 53 33 35 0 27 24 43 164 18 1A
Octal 123 63 65 0 47 44 103 544 30 32
Binary 1010011 110011 110101 0 100111 100100 1000011 101100100 11000 11010

Color Harmonies of #533335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533335

Black with #533335

Text Example


Text Example

White with #533335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533335; }

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

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

background-color css

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

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

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

border-color css

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

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

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