Html Css Color HEX #533135 Cab Sav

📋 copy color: '#533135'

red 83 ◦ green 49 ◦ blue 53

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

Shades of Cab Sav #533135

Tints of Cab Sav #533135

RGB

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

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

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

R = 44.86%
G = 26.49%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#533135 (or 0x533135) is known color: Cab Sav. HEX triplet: 53, 31 and 35. RGB value is (83,49,53). Sum of RGB (Red+Green+Blue) = 83+49+53=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #533135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533135 is #ACCECA. Grayscale: #3B3B3B. Windows color (decimal): -11325131 or 3486035. OLE color: 3486035.

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

Color convert

RGB 83 49 53 -
CMYK 0 0.41 0.36 0.67
HSL 352.94º 0.26% 0.26% -
HSV(B) 352.94º 0.41% 0.33% -
XYZ 5.31 4.29 3.92 -
YUV 59.62 124.26 144.67 -
System Red Green Blue C M Y K H S L
Decimal 83 49 53 0 0.41 0.36 0.67 352.94 0.26 0.26
Hex 53 31 35 0 29 24 43 161 1A 1A
Octal 123 61 65 0 51 44 103 541 32 32
Binary 1010011 110001 110101 0 101001 100100 1000011 101100001 11010 11010

Color Harmonies of #533135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533135

Black with #533135

Text Example


Text Example

White with #533135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533135; }

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

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

background-color css

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

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

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

border-color css

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

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

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