Html Css Color HEX #533337 Cab Sav

📋 copy color: '#533337'

red 83 ◦ green 51 ◦ blue 55

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

Shades of Cab Sav #533337

Tints of Cab Sav #533337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 29.1%

R = 43.92%
G = 26.98%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#533337 (or 0x533337) is known color: Cab Sav. HEX triplet: 53, 33 and 37. RGB value is (83,51,55). Sum of RGB (Red+Green+Blue) = 83+51+55=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 55 (21.88% from 255 or 29.10% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #533337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533337 is #ACCCC8. Grayscale: #3D3D3D. Windows color (decimal): -11324617 or 3617619. OLE color: 3617619.

HSL color Cylindrical-coordinate representation of color #533337: hue angle of 352.5º 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 #533337 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 51 55 -
CMYK 0 0.39 0.34 0.67
HSL 352.5º 0.24% 0.26% -
HSV(B) 352.5º 0.39% 0.33% -
XYZ 5.44 4.48 4.19 -
YUV 61.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 83 51 55 0 0.39 0.34 0.67 352.5 0.24 0.26
Hex 53 33 37 0 27 22 43 160 18 1A
Octal 123 63 67 0 47 42 103 540 30 32
Binary 1010011 110011 110111 0 100111 100010 1000011 101100000 11000 11010

Color Harmonies of #533337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533337

Black with #533337

Text Example


Text Example

White with #533337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533337; }

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

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

background-color css

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

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

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

border-color css

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

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

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