Html Css Color HEX #533738 Cab Sav

📋 copy color: '#533738'

red 83 ◦ green 55 ◦ blue 56

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

Shades of Cab Sav #533738

Tints of Cab Sav #533738

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.35%

 BLUE value IS 56 (22.27% from 255) = 28.87%

R = 42.78%
G = 28.35%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#533738 (or 0x533738) is known color: Cab Sav. HEX triplet: 53, 37 and 38. RGB value is (83,55,56). Sum of RGB (Red+Green+Blue) = 83+55+56=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #533738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533738 is #ACC8C7. Grayscale: #3F3F3F. Windows color (decimal): -11323592 or 3684179. OLE color: 3684179.

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

Color convert

RGB 83 55 56 -
CMYK 0 0.34 0.33 0.67
HSL 357.86º 0.2% 0.27% -
HSV(B) 357.86º 0.34% 0.33% -
XYZ 5.65 4.86 4.38 -
YUV 63.49 123.78 141.92 -
System Red Green Blue C M Y K H S L
Decimal 83 55 56 0 0.34 0.33 0.67 357.86 0.2 0.27
Hex 53 37 38 0 22 21 43 166 14 1B
Octal 123 67 70 0 42 41 103 546 24 33
Binary 1010011 110111 111000 0 100010 100001 1000011 101100110 10100 11011

Color Harmonies of #533738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533738

Black with #533738

Text Example


Text Example

White with #533738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533738; }

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

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

background-color css

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

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

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

border-color css

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

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

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